We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d533126 commit 4ec743eCopy full SHA for 4ec743e
src/Iterator/CommentReflectionSources.php
@@ -28,7 +28,7 @@ public function getIterator(): \Traversable
28
$path = \stream_resolve_include_path($file->getPathname());
29
30
if ($path === false) {
31
- throw new \RuntimeException("Could not resolve path to a file to include: $path");
+ throw new \RuntimeException("Could not resolve path to a file to include: {$file->getPathname()}");
32
}
33
34
include_once $files[] = $path;
0 commit comments