Saeven / zf3-circlical-user

Turnkey Authentication, Identity, and RBAC for Laminas and Zend Framework 3. Supports Doctrine and Middleware.
Mozilla Public License 2.0
36 stars 15 forks source link

Laminas coding standard #81

Closed CreativeNative closed 2 years ago

CreativeNative commented 2 years ago

For cleaner more readable code, I would love to use the laminas coding standard. Also, I would love to have more automated checks in place, like phpstan.

CreativeNative commented 2 years ago

After merging try the composer command "composer cs-check". Maybe it's better when you have a look on this, because there are quite a lot of changes when you afterwards hit "composer cs-fix" and you know the code base better than me.