NullTraining / reviewz

..
1 stars 2 forks source link

Add phpstan extensions #177

Closed msvrtan closed 6 years ago

msvrtan commented 6 years ago

In order for phpstan to be even more helpful, lets install some extensions:

This PR includes commits from #175 & #176 so please check just the last changes

HcsOmot commented 6 years ago

UPDATE: The container file is there, but it's named with an upper case letter A, instead of a lowercase, like phpstan documentation example states.

~Still don't know what AppDevDebugProjectContainer is and what it's used for - don't know what to google for.~

Apparently, it's the config file for symfony's DIC. I just assumed it was, when I commented yesterday, but wasn't sure.

~Looks like SF Extension doesn't evaluate the path to services container. Is there something more we can do to confirm this and report an issue?~

I don't have any experience with this, so don't really know how to make sure this is correct and not make a fool of myself.

msvrtan commented 6 years ago

Wow, many thanks @HcsOmot !