Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 9, 2019
1 parent b738975 commit 51e00e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ includes:
- 'utils/PHPStanExtensions/config/phpstan-extensions.neon'
- 'vendor/symplify/phpstan-extensions/config/php.level.neon'
- 'vendor/symplify/phpstan-extensions/config/symfony.level.neon'

- 'vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon'

parameters:
Expand Down
4 changes: 2 additions & 2 deletions rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ parameters:
# autoload-buggy cases
- "*.php.inc"

# so Rector code is still PHP 7.1 compatible
php_version_features: '7.1'
# so Rector code is still PHP 7.2 compatible
php_version_features: '7.2'

# @see utils/RectorGenerator/config/config.yaml
rector_recipe:
Expand Down

0 comments on commit 51e00e4

Please sign in to comment.