Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 0123f50

Browse files
committed
Remove obsolete ignoreError rule
1 parent 1a28247 commit 0123f50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpstan.neon

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ parameters:
77
ignoreErrors:
88
# Virtual classes can be safely ignored
99
- '#Class Zend\\Expressive\\ApplicationPipeline not found#'
10-
- '#Class Zend\\Expressive\\ServerRequestErrorResponseGenerator not found.#'
1110
# @see src/Application.php and https://github.com/zendframework/zend-expressive/pull/564
1211
- '#Parameter \#1 \$path of function Zend\\Stratigility\\path expects string, array\|callable\|Psr\\Http\\Server\\MiddlewareInterface\|Psr\\Http\\Server\\RequestHandlerInterface\|string given.#'
1312
# @see src/Container/WhoopsFactory.php (zend-expressive supports Whoops 1.x)
1413
- '#Call to an undefined method Whoops\\Handler\\JsonResponseHandler::onlyForAjaxRequests\(\).#'
1514
# @see src/MiddlewareFactory
16-
- '#PHPDoc tag @param for parameter \$middleware with type array\|string\|Zend\\Stratigility\\MiddlewarePipe is not subtype of native type array\<int, mixed\>#'
15+
- '#PHPDoc tag @param for parameter \$middleware with type array\|string\|Zend\\Stratigility\\MiddlewarePipe is not subtype of native type array\<int, mixed\>#'

0 commit comments

Comments
 (0)