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 a431803 commit 2a648dfCopy full SHA for 2a648df
.travis.yml
@@ -25,7 +25,7 @@ jobs:
25
- ./vendor/bin/phing security:check
26
- ./vendor/bin/phing lint
27
- ./vendor/bin/phing sniff
28
- - ./vendor/bin/phing analyze
+ - ./vendor/bin/phing analyse
29
- stage: coverage
30
if: branch=master AND type=push
31
php: 7.2
build.xml
@@ -40,7 +40,7 @@
40
</exec>
41
</target>
42
43
- <target name="analyze">
+ <target name="analyse">
44
<exec executable="./vendor/bin/phpstan"
45
passthru="true"
46
checkreturn="true">
captainhook.json
@@ -15,7 +15,7 @@
15
"enabled": false,
16
"actions": [
17
{
18
- "action": "./vendor/bin/phing static-analysis",
+ "action": "./vendor/bin/phing analyse",
19
"options": []
20
},
21
0 commit comments