Skip to content

Commit 88acae3

Browse files
authored
Merge pull request cakephp#12463 from cakephp/ADmad-patch-1
Remove unneeded ignored errors from phpstan config
2 parents 2ec48ea + 69b1f07 commit 88acae3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: phpstan.neon

-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ parameters:
2626
- '#Call to an undefined method Cake\\Auth\\Storage\\StorageInterface::getConfig\(\)#'
2727
- '#Call to an undefined method Cake\\Auth\\Storage\\StorageInterface::setConfig\(\)#'
2828
- '#Variable \$_SESSION in isset\(\) always exists and is not nullable#'
29-
- '#Call to an undefined method Traversable::getInnerIterator\(\)#'
3029
- '#PHPDoc tag @throws with type PHPUnit\\Exception is not subtype of Throwable#'
31-
- '#Binary operation "\+=" between \(array\&hasOffset\(.*\)\) and array results in an error#'
3230
earlyTerminatingMethodCalls:
3331
Cake\Shell\Shell:
3432
- abort

0 commit comments

Comments
 (0)