Skip to content

Burki24/StylePHP

This branch is up to date with symcon/StylePHP:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 15, 2023
ec73bf7 · Nov 15, 2023

History

26 Commits
Nov 15, 2023
Feb 22, 2022
Nov 15, 2023

Repository files navigation

Einbindung in Visual Studio Code (Windows)

"php.validate.executablePath": "Path\\To\\php.exe",
"php-cs-fixer.executablePath": "Path\\To\\php-cs-fixer-v2.phar",
"php-cs-fixer.config": ".style/.php_cs",
"php-cs-fixer.allowRisky": true

Nutzung

JSON-Check

Das json-check.php Skript kann ausgeführt werden, um festzustellen, welche JSON-Dateien nicht hinreichend formatiert sind.
Um alle JSON-Dateien den Anforderungen entsprechend zu formatieren kann das Skript mit dem Parameter 'fix' ausgeführt werden.

php .style/json-check.php
php .style/json-check.php fix

About

Style Guidelines for PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%