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 ef92112 commit cc794d1Copy full SHA for cc794d1
src/Services/SearchCode/PhpParserService.php
@@ -216,7 +216,7 @@ public function translationsByFiles(
216
$translations = static::scanCode($content);
217
} catch (\Throwable $th) {
218
throw new Exception(
219
- "File can't be parsed: {$file->getPath()}. Your file might contain a syntax error. You can either fix the file or add it to the ignored path.",
+ "File can't be parsed: {$file->getRealPath()}. Your file might contain a syntax error. You can either fix the file or add it to the ignored path.",
220
code: 422,
221
previous: $th
222
);
0 commit comments