We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ae221 commit 08172a2Copy full SHA for 08172a2
build.xml
@@ -155,6 +155,8 @@
155
<arg path="tests/PHPStan/Rules/Classes/data/invalid-promoted-properties.php"/>
156
<arg value="--exclude"/>
157
<arg path="tests/PHPStan/Rules/Classes/data/duplicate-promoted-property.php"/>
158
+ <arg value="--exclude"/>
159
+ <arg path="tests/PHPStan/Rules/Properties/data/default-value-for-promoted-property.php"/>
160
<arg path="src" />
161
<arg path="tests" />
162
<arg path="compiler/src" />
0 commit comments