Skip to content

Commit cf48662

Browse files
committed
Drop PHPStan.
1 parent b662f1d commit cf48662

File tree

3 files changed

+1
-33
lines changed

3 files changed

+1
-33
lines changed

.github/workflows/PHPStan.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

build.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,10 @@
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>

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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": {

0 commit comments

Comments
 (0)