We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97477b commit 427c7acCopy full SHA for 427c7ac
build.xml
@@ -149,6 +149,8 @@
149
<arg path="tests/PHPStan/Rules/Classes/data/trait-use-error.php"/>
150
<arg value="--exclude"/>
151
<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"/>
154
<arg path="src" />
155
<arg path="tests" />
156
<arg path="compiler/src" />
0 commit comments