dmaicher / doctrine-test-bundle

Symfony bundle to isolate your app's doctrine database tests and improve the test performance
MIT License
1.08k stars 60 forks source link

phpstan.neon not correctly ignored #109

Closed garak closed 4 years ago

garak commented 4 years ago

There's a typo in .gitattributes: filename is phpstan.neon, not .phpstan.neon

dmaicher commented 4 years ago

Good catch! :smile: See https://github.com/dmaicher/doctrine-test-bundle/pull/110