Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
bump to phpstan 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 19, 2020
1 parent b36da2d commit 8262ddd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -22,7 +22,7 @@
"ocramius/package-versions": "^1.4",
"phar-io/version": "^2.0.1",
"phpstan/phpdoc-parser": "^0.4",
"phpstan/phpstan": "^0.12.4",
"phpstan/phpstan": "^0.12.5",
"psr/simple-cache": "^1.0",
"slevomat/coding-standard": "^6.0",
"squizlabs/php_codesniffer": "^3.5",
Expand All @@ -45,7 +45,7 @@
"doctrine/doctrine-cache-bundle": "^1.4",
"doctrine/orm": "^2.7",
"doctrine/persistence": "^1.3.3",
"phpstan/phpstan": "^0.12.4",
"phpstan/phpstan": "^0.12.5",
"phpunit/phpunit": "^8.5",
"rector/rector": "^0.6.9",
"symfony/framework-bundle": "^4.4|^5.0",
Expand Down
2 changes: 1 addition & 1 deletion monorepo-builder.yaml
Expand Up @@ -2,7 +2,7 @@ parameters:
# add these to merge of packages' composer.json
data_to_append:
require-dev:
phpstan/phpstan: '^0.12.4'
phpstan/phpstan: '^0.12.5'
phpunit/phpunit: '^8.5'
rector/rector: '^0.6.9'
tracy/tracy: '^2.7'
Expand Down
2 changes: 1 addition & 1 deletion packages/PHPStanExtensions/composer.json
Expand Up @@ -7,7 +7,7 @@
"friendsofphp/php-cs-fixer": "^2.16",
"nette/di": "^3.0",
"nette/utils": "^3.0",
"phpstan/phpstan": "^0.12.4",
"phpstan/phpstan": "^0.12.5",
"symplify/package-builder": "^7.3",
"symplify/smart-file-system": "^7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/SmartFileSystem/composer.json
Expand Up @@ -10,7 +10,7 @@
},
"require-dev": {
"nette/finder": "^2.5",
"phpstan/phpstan": "^0.12.4",
"phpstan/phpstan": "^0.12.5",
"phpunit/phpunit": "^8.5"
},
"autoload": {
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Expand Up @@ -128,3 +128,4 @@ parameters:
- '#Strict comparison using \=\=\= between string\|false and null will always evaluate to false#'
- '#Parameter \#1 \$jsonContent of method Symplify\\EasyCodingStandard\\Compiler\\Packagist\\SymplifyStableVersionProvider\:\:loadContentJsonStringToArray\(\) expects string, string\|false given#'
- '#Method Symplify\\EasyCodingStandard\\Compiler\\Packagist\\SymplifyStableVersionProvider\:\:getLastKey\(\) should return string but returns int\|string\|null#'
- '#Parameter \#3 \$end of method PHP_CodeSniffer\\Files\\File\:\:findNext\(\) expects int\|null, int<1, max\>\|int<min, \-1\>\|true given#'

0 comments on commit 8262ddd

Please sign in to comment.