Skip to content

Commit

Permalink
Removing workaround following PHPStan bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Jul 23, 2018
1 parent 02c4276 commit 04c1f31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -76,7 +76,7 @@ jobs:
php: 7.1
env: DEPENDENCIES=""
before_script:
- travis_retry composer require --dev --prefer-dist --prefer-stable phpstan/phpstan:^0.10.0
- travis_retry composer require --dev --prefer-dist --prefer-stable phpstan/phpstan:^0.10.2
script: vendor/bin/phpstan analyse -l 5 -c phpstan.neon src

- stage: Static Analysis
Expand Down
2 changes: 0 additions & 2 deletions phpstan.neon
Expand Up @@ -3,5 +3,3 @@ parameters:
# Some parent constructors are explicitly to be ignored
- '#does not call parent constructor#'
- '#Access to an undefined property PhpParser\\Node\\Param::\$isOptional#'
# PHPStan bug reported to author privatly
- '#Parameter \#1 \.\.\.\$(sourceLocator|node) of closure expects#'

0 comments on commit 04c1f31

Please sign in to comment.