Skip to content

Commit 89877cc

Browse files
committed
Updated dependencies
1 parent 09b97cf commit 89877cc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/PHPStan/phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ parameters:
1111
- */tests/*/data/*
1212
ignoreErrors:
1313
- "#Call to function array_key_exists\\(\\) with '(scope_(opener|closer)|parenthesis_(owner|opener|closer)|nested_parenthesis)'#"
14-
- '#Return type \(array<int\|string>\) of method SlevomatCodingStandard\\Sniffs\\.+::register\(\) should be covariant with return type#'
15-
- '#Parameter \#1 \$types of method PHP_CodeSniffer\\Files\\File::find(Next|Previous)\(\) expects array\|int#'
1614
- '#Else branch is unreachable because ternary operator condition is always true#'
1715
- '#Possibly invalid array key type array<int, int\|string>\|int\|string#'
1816

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"require-dev": {
1717
"jakub-onderka/php-parallel-lint": "1.0.0",
1818
"phing/phing": "2.16.1",
19-
"phpstan/phpstan": "0.11.1",
19+
"phpstan/phpstan": "0.11.4",
2020
"phpstan/phpstan-phpunit": "0.11",
2121
"phpstan/phpstan-strict-rules": "0.11",
22-
"phpunit/phpunit": "8.0.0"
22+
"phpunit/phpunit": "8.0.5"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)