You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#53453 [Translation] add support for nikic/php-parser 5.0 (xabbuh)
This PR was merged into the 6.3 branch.
Discussion
----------
[Translation] add support for nikic/php-parser 5.0
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues |
| License | MIT
Commits
-------
1627f6b add support for nikic/php-parser 5.0
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Extractor/PhpAstExtractor.php
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,11 @@ public function __construct(
39
39
thrownew \LogicException(sprintf('You cannot use "%s" as the "nikic/php-parser" package is not installed. Try running "composer require nikic/php-parser".', static::class));
0 commit comments