You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: phpstan.neon.dist
-3
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,3 @@ parameters:
6
6
- tests/
7
7
8
8
reportUnmatchedIgnoredErrors: false
9
-
ignoreErrors:
10
-
# ignore generic usage like `PromiseInterface<ResponseInterface>` until fixed upstream
11
-
- '/^PHPDoc tag @return contains generic type React\\Promise\\PromiseInterface<Psr\\Http\\Message\\ResponseInterface> but interface React\\Promise\\PromiseInterface is not generic\.$/'
Copy file name to clipboardexpand all lines: tests/AppTest.php
-26
Original file line number
Diff line number
Diff line change
@@ -1272,32 +1272,6 @@ public function testInvokeWithMatchingRouteReturnsInternalServerErrorResponseWhe
1272
1272
$this->assertStringContainsString("<p>Expected request handler to return <code>Psr\Http\Message\ResponseInterface</code> but got uncaught <code>RuntimeException</code> with message <code>Foo</code> in <code title=\"See " . __FILE__ . " line $line\">AppTest.php:$line</code>.</p>\n", (string) $response->getBody());
0 commit comments