Vertaling van "phpstan" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
phpstan: PHP Static Analysis Tool, zgłoszony 422 dni temu.
phpstan: PHP Static Analysis Tool, requested 422 days ago.
Im wyższy level tym większą liczbę błędów PHPStan będzie nam raportował.
The higher level the more errors PHPStan will report to us.
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.
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.
Jako ciekawostkę dodam, że PHPStan dodatkowo oferuje możliwość skonfigurowania przydatnych rozszerzeń dla lepszej analizy testów jednotkowych z PHPUnit, Doctrine2, Symfony czy Laravel.
It is worth mentioning that PHPStan also offers the possibility of configuring useful extensions for better code analysis of PHPUnit, Doctrine2, Symfony or Laravel.
PHPStan sprawdza się również swiętnie jako element CI (ang. Continuous Integration).
PHPStan also works great as a CI (Continuous Integration) element.