Skip to content

Commit

Permalink
Merge branch 'fix/phpstan'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Oct 24, 2020
2 parents 230eb78 + 93a33a1 commit ccda861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:

before_install:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
- composer self-update -q
- composer self-update --1 -q

install:
- COMPOSER_MEMORY_LIMIT=-1 composer update
Expand Down
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ services:
tags: [phpstan.rules.rule]
arguments:
forbiddenFunctions: ['d', 'dd', 'dump', 'var_dump', 'extract']

- Symplify\PackageBuilder\Matcher\ArrayStringAndFnMatcher

0 comments on commit ccda861

Please sign in to comment.