Skip to content

Commit

Permalink
Fix faulty documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo-d committed Sep 23, 2022
1 parent de9d2e9 commit 596eaf1
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@
declare(strict_types=1);
]]>
</code>
<code title="Invalid: Declare statement written with curly braces.">
<code title="Invalid: Declare statement written with curly braces or alternative syntax.">
<![CDATA[
declare(encoding='ISO-8859-1', ticks=1) {
// Code.
}
]]>
</code>
<code title="Invalid: Declare statement written using alternative syntax.">
<![CDATA[
declare(encoding='ISO-8859-1', ticks=10):
declare(ticks=1):
// Code.
Expand Down

0 comments on commit 596eaf1

Please sign in to comment.