loopline-systems / closeio-api-wrapper

PHP Wrapper to use the Close.io API
MIT License
14 stars 15 forks source link

refs #41: phpstan level 3 #64

Closed mavimo closed 6 years ago

mavimo commented 6 years ago

refs #41

To merge after #63

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.08%) to 22.97% when pulling 1531590da29978bcb07ff96521526afd35f6b08f on feature/41-phpstan-level3 into 6834458ae1e5bfbc118fea4bf1631162e3583705 on feature/41-phpstan-level2.

mavimo commented 6 years ago

@mickadoo we can remove docblock annotation when we move to php7 and we type hint methods signature, since we keep support for php 5.6 in this release we should not use type hint in codebase and we need to use annotation.