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 823141c commit beaa4d3Copy full SHA for beaa4d3
docs/standards.md
@@ -120,3 +120,9 @@ We mainly respect the [Symfony Standard](./symfony.md) but
120
```
121
<rule ref="Symfony3Custom.Scope.MethodScope"/>
122
123
+
124
+- Member var should have phpDoc with one blank line before
125
126
+```
127
+<rule ref="Symfony3Custom.Commenting.VariableComment"/>
128
docs/standards/symfony.md
@@ -32,7 +32,9 @@ We do not respect the exception of the concatenation (`.`) operator
32
33
- Always use identical comparison unless you need type juggling
34
35
-Not covered
36
+<rule ref="Symfony3Custom.Operators.ComparisonOperatorUsage" />
37
38
39
- Use Yoda conditions when checking a variable against an expression
40
0 commit comments