我昨天安装了Phpstorm,用我的symfony2 projet进行尝试。我尝试了“格式代码”选项....但现在我有像
这样的错误 ReflectionException in AddConsoleCommandPass.php line 40:
Class
SensioLabs\Security\Command\SecurityCheckerCommand
does not exist
我该如何解决? 谢谢!
答案 0 :(得分:1)
您必须在代码上使用重新格式化,而不是Symfony供应商文件。例如,在控制器或实体文件中尝试它。要配置PHPStorm以使用Symfony2 coding standards签出this tutorial。更多信息here to use PHPStorm with Symfony2。