gnumoksha / php-freeipa

FreeIPA SDK for PHP
GNU Lesser General Public License v3.0
19 stars 19 forks source link

Use static analysis tools #12

Closed gnumoksha closed 4 years ago

gnumoksha commented 5 years ago

Setup phpstan and psalm.

davidribeiro commented 5 years ago

@gnumoksha if you need any help I can try to do this from what I understand, you just want to add both phpstan and psalm to the project's dev dependencies, right?

gnumoksha commented 5 years ago

Hi, @davidribeiro. Thanks for helping!

This task for static analyzers should be done in the sequence described in the TODO list. It is part of a complete rewrite of this library.

Shortly I will push a new branch with the new code.