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 e4cb7e2 commit 0fc440cCopy full SHA for 0fc440c
.travis.yml
@@ -26,7 +26,10 @@ before_install:
26
before_script:
27
- composer install --prefer-source
28
- vendor/bin/parallel-lint --exclude vendor .
29
- - vendor/bin/php-cs-fixer fix --dry-run --diff
+
30
+ # Once php8 is officially supported by the cs-fixer, the env variable should be dropped
31
+ # Ref https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/4702
32
+ - PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --diff
33
- phpenv config-add ./xdebug.ini
34
35
after_script:
0 commit comments