Jason van den Hurk
Jason van den Hurk
Same issue here. The interesting thing is that if you cast the manager to an `EntityManagerInterface` it does work: ```php class TestController extends BaseAbstractController { public function doesntWork() { $em...
This seems fixed in PHPStorm 2020.2, @maldoinc is it fixed for you as well?
Ah sorry I missed your comment. The above works fine for me, however I've updated to PHPStorm 2020.2 in the mean time
Let's start by saying I understand if you want to deprecate and remove this feature, however I would like to say that the option to exclude tables is extremely useful:...