PHP 8.2.31
Preview: operators.md Size: 1.11 KB
//opt/cpanel/ea-wappspector/vendor/slevomat/coding-standard/doc/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.

Directory Contents

Dirs: 0 × Files: 17

Name Size Perms Modified Actions
1.58 KB lrw-r--r-- 2025-09-13 08:53:30
Edit Download
1.75 KB lrw-r--r-- 2025-09-13 08:53:30
Edit Download
13.82 KB lrw-r--r-- 2025-09-13 08:53:30
Edit Download
5.72 KB lrw-r--r-- 2025-09-13 08:53:30
Edit Download
288 B lrw-r--r-- 2025-09-13 08:53:30
Edit Download
9.32 KB lrw-r--r-- 2025-09-13 08:53:30
Edit Download
1.14 KB lrw-r--r-- 2025-09-13 08:53:30
Edit Download
2.54 KB lrw-r--r-- 2025-09-13 08:53:30
Edit Download
5.21 KB lrw-r--r-- 2025-09-13 08:53:30
Edit Download
7.76 KB lrw-r--r-- 2025-09-13 08:53:30
Edit Download
625 B lrw-r--r-- 2025-09-13 08:53:30
Edit Download
1.11 KB lrw-r--r-- 2025-09-13 08:53:30
Edit Download
3.09 KB lrw-r--r-- 2025-09-13 08:53:30
Edit Download
392 B lrw-r--r-- 2025-09-13 08:53:30
Edit Download
10.71 KB lrw-r--r-- 2025-09-13 08:53:30
Edit Download
749 B lrw-r--r-- 2025-09-13 08:53:30
Edit Download
623 B lrw-r--r-- 2025-09-13 08:53:30
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).