1
0
Fork 0
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:
Jordi Boggiano 2021-12-22 21:42:19 +01:00
parent 226689b90c
commit e1bf45aa80
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
2 changed files with 3 additions and 0 deletions

View file

@ -4,3 +4,5 @@ namespace Foo\Bar;
class A {}
class B {}
$x = `/** unterminated comment`;