Skip to content

Commit 427c7ac

Browse files
committed
Exclude empty-array-item.php from linting
1 parent a97477b commit 427c7ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.xml

+2
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@
149149
<arg path="tests/PHPStan/Rules/Classes/data/trait-use-error.php"/>
150150
<arg value="--exclude"/>
151151
<arg path="tests/PHPStan/Rules/Properties/data/default-value-for-native-property-type.php"/>
152+
<arg value="--exclude"/>
153+
<arg path="tests/PHPStan/Rules/Arrays/data/empty-array-item.php"/>
152154
<arg path="src" />
153155
<arg path="tests" />
154156
<arg path="compiler/src" />

0 commit comments

Comments
 (0)