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
Since Version 3.0.5 we cannot use the symfony maker command to regenerate entities anymore.
Error Message
In ParserAbstract.php line 315:
[PhpParser\Error]
Syntax error, unexpected T_NAME_FULLY_QUALIFIED on line 3
Exception trace:
at /workspaces/php-parser-error/src/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php:315
PhpParser\ParserAbstract->doParse() at /workspaces/php-parser-error/src/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php:158
PhpParser\ParserAbstract->parse() at /workspaces/php-parser-error/src/vendor/symfony/maker-bundle/src/Util/ClassSourceManipulator.php:879
Symfony\Bundle\MakerBundle\Util\ClassSourceManipulator->setSourceCode() at /workspaces/php-parser-error/src/vendor/symfony/maker-bundle/src/Util/ClassSourceManipulator.php:73
Symfony\Bundle\MakerBundle\Util\ClassSourceManipulator->__construct() at /workspaces/php-parser-error/src/vendor/symfony/maker-bundle/src/Doctrine/EntityRegenerator.php:209
Symfony\Bundle\MakerBundle\Doctrine\EntityRegenerator->createClassManipulator() at /workspaces/php-parser-error/src/vendor/symfony/maker-bundle/src/Doctrine/EntityRegenerator.php:75
Symfony\Bundle\MakerBundle\Doctrine\EntityRegenerator->regenerateEntities() at /workspaces/php-parser-error/src/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php:779
Symfony\Bundle\MakerBundle\Maker\MakeEntity->regenerateEntities() at /workspaces/php-parser-error/src/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php:135
Symfony\Bundle\MakerBundle\Maker\MakeEntity->generate() at /workspaces/php-parser-error/src/vendor/symfony/maker-bundle/src/Command/MakerCommand.php:104
Symfony\Bundle\MakerBundle\Command\MakerCommand->execute() at /workspaces/php-parser-error/src/vendor/symfony/console/Command/Command.php:258
Symfony\Component\Console\Command\Command->run() at /workspaces/php-parser-error/src/vendor/symfony/console/Application.php:934
Symfony\Component\Console\Application->doRunCommand() at /workspaces/php-parser-error/src/vendor/symfony/framework-bundle/Console/Application.php:96
Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand() at /workspaces/php-parser-error/src/vendor/symfony/console/Application.php:264
Symfony\Component\Console\Application->doRun() at /workspaces/php-parser-error/src/vendor/symfony/framework-bundle/Console/Application.php:82
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /workspaces/php-parser-error/src/vendor/symfony/console/Application.php:140
Symfony\Component\Console\Application->run() at /workspaces/php-parser-error/src/bin/console:43
make:entity [-a|--api-resource] [--regenerate] [--overwrite] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command> [<name>]
Since Version 3.0.5 we cannot use the symfony maker command to regenerate entities anymore.
Error Message
Steps to reproduce
Steps to start the devcontainer
please note all the commits, you can see the difference
The text was updated successfully, but these errors were encountered: