Skip to content

Commit

Permalink
Revert "Add regression test for non-looping loops"
Browse files Browse the repository at this point in the history
This reverts commit 6f0133d.
  • Loading branch information
ondrejmirtes committed Aug 25, 2022
1 parent 749afc7 commit 4e57160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -7,7 +7,7 @@
],
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.8.3"
"phpstan/phpstan": "^1.7.15"
},
"require-dev": {
"nikic/php-parser": "^4.13.0",
Expand Down
9 changes: 0 additions & 9 deletions tests/Rules/Operators/data/increment-decrement.php
Expand Up @@ -58,12 +58,3 @@
++$mixed;
++$union;
})();


function (): void {
for ($i = 5; $i < 4; $i++) {
}

for ($y = 0; $y < 0; $y++) {
}
};

0 comments on commit 4e57160

Please sign in to comment.