Tag suchen

Tag:

Tag phpstan

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

composer linux fehlervermeidung automatisierte code-prüfung php codesniffer sicherheit code-qualität psr-12 phpmd git hooks versionskontrolle git phpstan statische analyse software-qualität php mess detector code-analyse pre-commit-hook code-review clean code php best practices phpcs entwicklung
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 mess detector code style systemweite installation statische code-analyse php continuous integration code qualität php tools coding standards code wartbarkeit code smells php entwickler phpstan automatisierte code-analyse phpmd php_codesniffer
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 phpstan 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

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

NOWPayments Integration 01.12.2022 19:00:42

code phpunit wordpress github phpstan brain monkey
Weil wir gerade beim Thema Tests und statischer Analyse des Quellcodes waren. Ich arbeite gern immer mal an Projekten, wo mich bestimmte Aspekte ganz persönlich interessieren. Im Fall der NOWPayments Integration finde ich einerseits die API für das Bezahlen bzw. automatische Umwandeln in Krypto-Tokens wert, einen genaueren Blick auf die Lösung z... mehr auf lloc.de

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