tomphp / container-configurator

Configure your application and the Dependency Injection Container (DIC) via config arrays or config files.
MIT License
20 stars 3 forks source link

Scrutinizer Fixes #48

Closed tomphp closed 8 years ago

localheinz commented 8 years ago

@tomphp

👍 Other than https://github.com/tomphp/config-service-provider/pull/48#discussion_r78507474, this looks good to me - feel free to merge!

tomphp commented 8 years ago

@localheinz tbh I'd not seen the array<int|string> format before either, Scrutinzer suggested it. Normally I would've used int[]|string[] but that's what it suggested.