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 544c37b commit 41cb57eCopy full SHA for 41cb57e
.github/workflows/static-analysis.yml
@@ -47,7 +47,8 @@ jobs:
47
- name: Setup project
48
run: |
49
mv config/autoload/local.php.dist config/autoload/local.php
50
- mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
51
- mv config/autoload/local.test.php.dist config/autoload/local.test.php
+ mv config/autoload/messenger.local.php.dist config/autoload/messenger.local.php
+ 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
0 commit comments