diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-06-12 10:50:29 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-06-12 11:30:32 +0100 |
| commit | 71a43167ea7c1a6e01465f1af5962a62a708aeb0 (patch) | |
| tree | d6b09d0970926870bc743d9b60450faefeeb3392 /composer.json | |
| parent | f5fb7ab5e8e6687089ccd8c4fc2ac23251c05a85 (diff) | |
| download | webtrees-71a43167ea7c1a6e01465f1af5962a62a708aeb0.tar.gz webtrees-71a43167ea7c1a6e01465f1af5962a62a708aeb0.tar.bz2 webtrees-71a43167ea7c1a6e01465f1af5962a62a708aeb0.zip | |
phpcs v4 defaults to PSR12
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 0defd2892a..578119503c 100644 --- a/composer.json +++ b/composer.json @@ -116,8 +116,7 @@ "@composer webtrees:test" ], "webtrees:phpcs": [ - "vendor/bin/phpcs --colors --extensions=php --standard=PSR12 --exclude=Generic.Files.LineLength index.php app tests", - "#vendor/bin/phpcs --colors --extensions=phtml --standard=PSR12 --exclude=Generic.Files.LineLength resources/views" + "vendor/bin/phpcs --colors --exclude=Generic.Files.LineLength index.php app tests" ], "webtrees:phpstan": [ "vendor/bin/phpstan analyze -v --memory-limit=-1" |
