Skip to content

symcon/StylePHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

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

Releases

No releases published

Packages

 
 
 

Languages