pomm-project / pomm-bundle

Pomm2 bundle for Symfony
81 stars 31 forks source link

Unable to load @ParamConverter annotation #70

Closed sanpii closed 7 years ago

sanpii commented 7 years ago

Probably due to the last PR, I have an inexplicable error:

[Semantical Error] The annotation "@\Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter" in method AppBundle\Controller\IndexController::getSession2Action() does not exist, or could not be auto-loaded.

This error appear only with the third annotation. Remove its, the two others doesn’t produce error.

https://github.com/pomm-project/pomm-bundle/blob/master/tests/src/AppBundle/Controller/IndexController.php#L87 https://travis-ci.org/pomm-project/pomm-bundle/builds/221641797

sanpii commented 7 years ago

Fixed in 2825b4e