Skip to content

Commit 4e57160

Browse files
committed
Revert "Add regression test for non-looping loops"
This reverts commit 6f0133d.
1 parent 749afc7 commit 4e57160

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "^7.2 || ^8.0",
10-
"phpstan/phpstan": "^1.8.3"
10+
"phpstan/phpstan": "^1.7.15"
1111
},
1212
"require-dev": {
1313
"nikic/php-parser": "^4.13.0",

tests/Rules/Operators/data/increment-decrement.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,3 @@
5858
++$mixed;
5959
++$union;
6060
})();
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

Comments
 (0)