X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/vendor/slevomat/coding-standard/doc
opt
/
cpanel
/
ea-wappspector
/
vendor
/
slevomat
/
coding-standard
/
doc
/
??
..
??
arrays.md
(1.58 KB)
??
attributes.md
(1.75 KB)
??
classes.md
(13.82 KB)
??
commenting.md
(5.72 KB)
??
complexity.md
(288 B)
??
control-structures.md
(9.32 KB)
??
exceptions.md
(1.14 KB)
??
files.md
(2.54 KB)
??
functions.md
(5.21 KB)
??
namespaces.md
(7.76 KB)
??
numbers.md
(625 B)
??
operators.md
(1.11 KB)
??
php.md
(3.09 KB)
??
strings.md
(392 B)
??
type-hints.md
(10.71 KB)
??
variables.md
(749 B)
??
whitespaces.md
(623 B)
Editing: operators.md
## Operators #### SlevomatCodingStandard.Operators.DisallowEqualOperators 🔧 Disallows using loose `==` and `!=` comparison operators. Use `===` and `!==` instead, they are much more secure and predictable. #### SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators Disallows using `++` and `--` operators. #### SlevomatCodingStandard.Operators.NegationOperatorSpacing 🔧 Checks if there is the same number of spaces after negation operator as expected. Sniff provides the following settings: * `spacesCount`: the number of spaces expected after the negation operator #### SlevomatCodingStandard.Operators.RequireCombinedAssignmentOperator 🔧 Requires using combined assignment operators, eg `+=`, `.=` etc. #### SlevomatCodingStandard.Operators.RequireOnlyStandaloneIncrementAndDecrementOperators Reports `++` and `--` operators not used standalone. #### SlevomatCodingStandard.Operators.SpreadOperatorSpacing 🔧 Enforces configurable number of spaces after the `...` operator. Sniff provides the following settings: * `spacesCountAfterOperator`: the number of spaces after the `...` operator.
Upload File
Create Folder