Skip to content
Snippets Groups Projects
Commit ec7ff24c authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3369381 by Project Update Bot: Automated Drupal 10 compatibility fixes...

Issue #3369381 by Project Update Bot: Automated Drupal 10 compatibility fixes for Unite and functional tests
parent c3647fbd
No related branches found
No related tags found
No related merge requests found
Pipeline #25905 failed
......@@ -145,10 +145,10 @@ stages:
<<: [ *with-composer-cache, *default-job-settings-lint ]
stage: 🪄 Lint
script:
- ./bin/phpcs --standard=./.phpcs.xml .
- php -d apc.enabled=0 -d apc.enable_cli=0 ./bin/phpcs --standard=./.phpcs.xml .
'🧹 PHP Static Analysis (phpstan)':
<<: [ *with-composer-cache, *default-job-settings-lint ]
stage: 🪄 Lint
script:
- php -d apc.enabled=0 -d apc.enable_cli=0 vendor/bin/phpstan analyze --configuration=phpstan.neon
- php -d apc.enabled=0 -d apc.enable_cli=0 ./bin/phpstan analyze --configuration=phpstan.neon
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment