Skip to content

Commit 9616f72

Browse files
committed
fixes phpstan
1 parent 37455bb commit 9616f72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Foundation/Testing/TestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ protected function runTest(): mixed
5858
$result = null;
5959

6060
try {
61+
// @phpstan-ignore-next-line
6162
$result = parent::runTest();
6263
} catch (Throwable $e) {
6364
if (! is_null(static::$latestResponse)) {

0 commit comments

Comments
 (0)