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
There is an exception while running a command in a no interactive mode:
>/home/gregoire/dev/labs/symfony/mcp(main *+) bin/console make:controller Foobar -n
[critical] Error thrown while running command "make:controller Foobar -n". Message: "Typed property Symfony\Bundle\MakerBundle\Maker\MakeController::$controllerClassData must not be accessed before initialization"
[critical] Uncaught Error: Typed property Symfony\Bundle\MakerBundle\Maker\MakeController::$controllerClassData must not be accessed before initialization
In MakeController.php line 120:
Typed property Symfony\Bundle\MakerBundle\Maker\MakeController::$controllerClassData must not be accessed before initialization
make:controller [--no-template] [-i|--invokable] [--with-tests] [--] [<controller-class>]
The text was updated successfully, but these errors were encountered:
There is an exception while running a command in a no interactive mode:
The text was updated successfully, but these errors were encountered: