File tree Expand file tree Collapse file tree 3 files changed +1
-33
lines changed Expand file tree Collapse file tree 3 files changed +1
-33
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818 </exec >
1919 </target >
2020
21- <!-- Runs code inspection -->
22- <target name =" inspection" >
23- <exec executable =" bin/phpstan" checkreturn =" true" passthru =" true" >
24- <arg value =" --ansi" />
25- <arg value =" analyse" />
26- <arg value =" src" />
27- <arg value =" --level=8" />
28- </exec >
29- </target >
30-
3121 <!-- Runs all unit tests -->
3222 <target name =" unit" >
3323 <exec executable =" bin/phpunit" passthru =" true" checkreturn =" true" />
3424 </target >
3525
36- <target name =" build" depends =" update,inspection, unit" />
26+ <target name =" build" depends =" update,unit" />
3727</project >
Original file line number Diff line number Diff line change 1313 "prefer-stable" : true ,
1414 "require-dev" : {
1515 "phing/phing" : " ^3.0.0-RC4" ,
16- "phpstan/phpstan" : " ^1.9.14" ,
1716 "phpunit/phpunit" : " ^9.5.28"
1817 },
1918 "autoload" : {
You can’t perform that action at this time.
0 commit comments