BlackLanzer

Results 1 comments of BlackLanzer

I made some better testing. This is my current folder structure: ``` project/ ├── phpstan.neon ├── app.php └── libs/ ├── mylib1/ | ├── mylib.php │ └── phpstan.neon ├── mylib2/ │...