modul-is/coding-standard

v4.2.3 2024-01-22 14:34 UTC

README

Based on Nette Coding Standard

This is a set of sniffs and fixers that checks and fixes code of Nette Framework against Coding Standard in Documentation with some extra Modul IS fixers and tweaks.

How to use

Check PHP files

Check coding standard for PHP 7.1 in directory src:

php ecs check src --preset php71

And fix it:

php ecs check src --preset php71 --fix

If no PHP version is specified, it will try to detect it automatically from the composer.json file.

Check SQL settings

php sqltest [server] [username] [password]