We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9d2e9 commit 596eaf1Copy full SHA for 596eaf1
Universal/Docs/DeclareStatements/DeclareStatementsStyleStandard.xml
@@ -14,15 +14,12 @@
14
declare(strict_types=1);
15
]]>
16
</code>
17
- <code title="Invalid: Declare statement written with curly braces.">
+ <code title="Invalid: Declare statement written with curly braces or alternative syntax.">
18
<![CDATA[
19
declare(encoding='ISO-8859-1', ticks=1) {
20
// Code.
21
}
22
- ]]>
23
- </code>
24
- <code title="Invalid: Declare statement written using alternative syntax.">
25
- <![CDATA[
+
26
declare(encoding='ISO-8859-1', ticks=10):
27
declare(ticks=1):
28
0 commit comments