File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1616 - $HOME/.composer/cache
1717
1818before_install :
19- - if [[ $lint = '1' ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.15.1 /php-cs-fixer.phar; fi
20- - if [[ $lint = '1' ]]; then wget https://github.com/phpstan/phpstan/releases/download/0.11.15 /phpstan.phar; fi
19+ - if [[ $lint = '1' ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.15.3 /php-cs-fixer.phar; fi
20+ - if [[ $lint = '1' ]]; then wget https://github.com/phpstan/phpstan/releases/download/0.11.19 /phpstan.phar; fi
2121
2222before_script :
2323 - phpenv config-rm xdebug.ini
Original file line number Diff line number Diff line change @@ -2,11 +2,7 @@ parameters:
22 autoload_files :
33 - vendor/bin/.phpunit/phpunit-7.4/vendor/autoload.php
44 inferPrivatePropertyTypeFromConstructor : true
5- reportUnmatchedIgnoredErrors : false
65 ignoreErrors :
7- # https://github.com/symfony/symfony/pull/33289
8- - '#Parameter \#1 \$value of method Symfony\\Component\\Panther\\DomCrawler\\Field\\FileFormField::setValue\ (\ ) expects string , null given\. #'
9- - '#Call to function is_bool\ (\ ) with string will always evaluate to false\. #'
106 # https://github.com/symfony/symfony/pull/33278
117 - ' #KernelBrowser #'
128 # False positive
You can’t perform that action at this time.
0 commit comments