Skip to content

Commit beaa4d3

Browse files
author
Vincent Langlet
committed
📚 Update doc
1 parent 823141c commit beaa4d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/standards.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,9 @@ We mainly respect the [Symfony Standard](./symfony.md) but
120120
```
121121
<rule ref="Symfony3Custom.Scope.MethodScope"/>
122122
```
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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ We do not respect the exception of the concatenation (`.`) operator
3232

3333
- Always use identical comparison unless you need type juggling
3434

35-
Not covered
35+
```
36+
<rule ref="Symfony3Custom.Operators.ComparisonOperatorUsage" />
37+
```
3638

3739
- Use Yoda conditions when checking a variable against an expression
3840

0 commit comments

Comments
 (0)