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 2b85d75 commit 2ef2f94Copy full SHA for 2ef2f94
2 files changed
.github/workflows/static-analysis.yml
@@ -1,9 +1,6 @@
1
name: Static Analysis (only informative)
2
3
-on:
4
- push:
5
- branches:
6
- - master
+on: [push, pull_request]
7
8
jobs:
9
phpstan:
@@ -17,5 +14,4 @@ jobs:
17
14
coverage: none
18
15
19
16
- run: composer install --no-progress --prefer-dist
20
- - run: composer phpstan
21
- continue-on-error: true # is only informative
+ - run: composer phpstan -- --no-progress
composer.json
@@ -23,7 +23,7 @@
23
},
24
"require-dev": {
25
"ext-simplexml": "*",
26
- "phpstan/phpstan-nette": "^2.0@stable"
+ "phpstan/phpstan": "^2.0@stable"
27
28
"autoload": {
29
"classmap": ["src/"],
0 commit comments