mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Fix issue parsing php files with unterminated comments found inside backticks, fixes #10385
This commit is contained in:
parent
226689b90c
commit
e1bf45aa80
2 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,5 @@ namespace Foo\Bar;
|
|||
|
||||
class A {}
|
||||
class B {}
|
||||
|
||||
$x = `/** unterminated comment`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue