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.
2 parents 70509e2 + fb64147 commit a95b94dCopy full SHA for a95b94d
.github/workflows/static-analysis.yml
@@ -51,4 +51,4 @@ jobs:
51
mv config/autoload/swoole.local.php.dist config/autoload/swoole.local.php
52
mv config/autoload/log.local.php.dist config/autoload/log.local.php
53
- name: Run static analysis with PHPStan
54
- run: vendor/bin/phpstan analyse
+ run: vendor/bin/phpstan analyse
.laminas-ci.json
@@ -1,7 +1,6 @@
1
{
2
"additional_composer_arguments": [
3
- "--no-scripts",
4
- "--no-plugins"
+ "--no-scripts"
5
],
6
"extensions": [
7
"redis"
0 commit comments