Skip to content

Commit 5f10f3f

Browse files
committed
Bump PHPStan version
1 parent eb3d442 commit 5f10f3f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ cache:
1616
- $HOME/.composer/cache
1717

1818
before_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

2222
before_script:
2323
- phpenv config-rm xdebug.ini

phpstan.neon

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)