Tag suchen

Tag:

Tag phpstan

Mit Pre-Commit-Hooks 3-fache Sicherheit 14.03.2025 16:47:38

php codesniffer versionskontrolle pre-commit-hook sicherheit best practices php phpcs automatisierte code-prüfung entwicklung phpstan code-qualität git statische analyse composer software-qualität php mess detector clean code code-review fehlervermeidung git hooks psr-12 phpmd linux code-analyse
Beim Arbeiten mit Git kann es schnell passieren, dass fehlerhafter oder unsauberer Code in ein Repository gelangt. Um dies zu verhindern, können Pre-Commit-Hooks eingesetzt werden, die den Code automatisch vor jedem Commit prüfen. In diesem Artikel zeige ich, wie du … ... mehr auf 1manfactory.com

PHP Qualität testen – Systemweite Installation und Einsatzmöglichkeiten 02.02.2025 22:20:24

continuous integration code wartbarkeit php php entwickler coding standards code smells automatisierte code-analyse phpstan code style php mess detector statische code-analyse php_codesniffer php tools phpmd code qualität systemweite installation
Die Qualität deines PHP-Codes zu sichern, ist heute wichtiger denn je. Mit einigen leistungsstarken, kostenlosen Tools kannst du deinen Code automatisch analysieren, potentielle Fehler erkennen und sogar Code-Stil-Konventionen durchsetzen. In diesem Artikel zeige ich dir, wie du PHPStan, PHPMD und … ... mehr auf 1manfactory.com

Prepare your PHP Code for Static Analysis 13.12.2020 02:28:00

phpstan php
Prepare your PHP Code for Static Analysis Prepare your PHP Code for Static Code Analysis, so that e.g. PHPStan or Psalm will understand your code. ... mehr auf suckup.de

Verwendung von PHPStan mit Symfony und GIT Pre-Push Hook 23.08.2024 15:10:12

phpstan php symfony debug
Diese Anleitung beschreibt die Integration von PHPStan in ein Symfony-Projekt und die Einrichtung eines GIT Pre-Push Hooks, um sicherzustellen, dass der PHPStan-Check vor jedem Push-Vorgang durchgeführt wird. Voraussetzungen Ein Symfony-Projekt PHPStan installiert (ide... mehr auf 1manfactory.com

Verwendung von PHPStan mit Symfony und GIT Pre-Commit Hook 23.08.2024 15:10:12

phpstan php symfony debug
Diese Anleitung beschreibt die Integration von PHPStan in ein Symfony-Projekt und die Einrichtung eines GIT Pre-Commit Hooks, um sicherzustellen, dass der PHPStan-Check vor jedem Push-Vorgang durchgeführt wird. Voraussetzungen Ein Symfony-Projekt PHPStan installiert (i... mehr auf 1manfactory.com

Prepare your PHP Code for Static Analysis 13.12.2020 02:28:00

phpstan php
Prepare your PHP Code for Static Analysis Prepare your PHP Code for Static Code Analysis, so that e.g. PHPStan or Psalm will understand your code.... mehr auf suckup.de