Translation of "phpstan" in Polish
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
phpstan: PHP Static Analysis Tool, requested 422 days ago.
phpstan: PHP Static Analysis Tool, zgłoszony 422 dni temu.
The higher level the more errors PHPStan will report to us.
Im wyższy level tym większą liczbę błędów PHPStan będzie nam raportował.
An interesting solution is the ability to configure PHPStan startup as pre commit hook, thanks to this the analysis will be run automatically before each commit and will not allow you to send changes that contain errors.
Ciekawym rozwiązaniem jest możliwość konfiguracji uruchamiania PHPStan jako pre commit hook, dzięki temu analiza będzie uruchamiana automatycznie przed każdym commitem i nie pozwoli na wysłanie zmian, które zawierają błędy.
It is worth mentioning that PHPStan also offers the possibility of configuring useful extensions for better code analysis of PHPUnit, Doctrine2, Symfony or Laravel.
Jako ciekawostkę dodam, że PHPStan dodatkowo oferuje możliwość skonfigurowania przydatnych rozszerzeń dla lepszej analizy testów jednotkowych z PHPUnit, Doctrine2, Symfony czy Laravel.
PHPStan also works great as a CI (Continuous Integration) element.
PHPStan sprawdza się również swiętnie jako element CI (ang. Continuous Integration).