alexislefebvre / AsyncTweetsBundle

Symfony bundle providing a Twitter reader for asynchronous reading + tests & CI experiments
https://asynctweets.alexislefebvre.com/
MIT License
5 stars 0 forks source link

Error from PHPStan with Symfony 4.3.1 #81

Closed alexislefebvre closed 5 years ago

alexislefebvre commented 5 years ago

Warning: Cannot declare class Symfony\Bundle\FrameworkBundle\Controller\Controller, because the name is already in use in /app/src/Controller/DefaultController.php on line 15

Example: https://travis-ci.org/alexislefebvre/AsyncTweetsBundle/jobs/546198914

See #76 and #78

alexislefebvre commented 5 years ago

This is a false positive, PHPStan still show [OK] No errors.