Skip to content

Commit bffd0ec

Browse files
committed
Remove deprecated EmptyArrayItemRule
1 parent 20baec2 commit bffd0ec

File tree

4 files changed

+0
-79
lines changed

4 files changed

+0
-79
lines changed

Diff for: conf/config.level0.neon

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ rules:
2222
- PHPStan\Rules\Api\RuntimeReflectionInstantiationRule
2323
- PHPStan\Rules\Api\RuntimeReflectionFunctionRule
2424
- PHPStan\Rules\Arrays\DuplicateKeysInLiteralArraysRule
25-
- PHPStan\Rules\Arrays\EmptyArrayItemRule
2625
- PHPStan\Rules\Arrays\OffsetAccessWithoutDimForReadingRule
2726
- PHPStan\Rules\Cast\UnsetCastRule
2827
- PHPStan\Rules\Classes\AllowedSubTypesRule

Diff for: src/Rules/Arrays/EmptyArrayItemRule.php

-42
This file was deleted.

Diff for: tests/PHPStan/Rules/Arrays/EmptyArrayItemRuleTest.php

-29
This file was deleted.

Diff for: tests/PHPStan/Rules/Arrays/data/empty-array-item.php

-7
This file was deleted.

0 commit comments

Comments
 (0)