Tag suchen

Tag:

Tag phpstan

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

best practices php code-review pre-commit-hook software-qualität git phpmd psr-12 automatisierte code-prüfung php codesniffer code-qualität composer linux phpcs entwicklung clean code statische analyse php mess detector code-analyse versionskontrolle phpstan git hooks sicherheit fehlervermeidung
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

php_codesniffer automatisierte code-analyse phpstan php entwickler code smells statische code-analyse code style php mess detector continuous integration code wartbarkeit coding standards phpmd systemweite installation php tools code qualität php
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

php phpstan
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

php debug symfony phpstan
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 symfony debug php
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