Tag suchen

Tag:

Tag phpstan

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

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

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

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

wordpress brain monkey code github phpstan phpunit
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

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