We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fac82f commit 1bbf914Copy full SHA for 1bbf914
src/Recorders/Exceptions.php
@@ -103,7 +103,7 @@ protected function resolveLocationFromViewException(Throwable $e): string
103
// Getting the line number in the view file is a bit tricky.
104
preg_match('/\(View: (?P<path>.*?)\)/', $e->getMessage(), $matches);
105
106
- return $this->formatLocation($matches['path'], null);
+ return $this->formatLocation($matches['path'], null); // @phpstan-ignore offsetAccess.notFound
107
}
108
109
/**
0 commit comments