We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749afc7 commit 4e57160Copy full SHA for 4e57160
2 files changed
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": "^7.2 || ^8.0",
10
- "phpstan/phpstan": "^1.8.3"
+ "phpstan/phpstan": "^1.7.15"
11
},
12
"require-dev": {
13
"nikic/php-parser": "^4.13.0",
tests/Rules/Operators/data/increment-decrement.php
@@ -58,12 +58,3 @@
58
++$mixed;
59
++$union;
60
})();
61
-
62
63
-function (): void {
64
- for ($i = 5; $i < 4; $i++) {
65
- }
66
67
- for ($y = 0; $y < 0; $y++) {
68
69
-};
0 commit comments