mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Update .php-cs-fixer.dist.php
Co-authored-by: yubiuser <ckoenig@posteo.de> Signed-off-by: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
@@ -20,6 +20,7 @@ $finder = PhpCsFixer\Finder::create()
|
||||
$config = new PhpCsFixer\Config();
|
||||
$config
|
||||
->setRules(array(
|
||||
'@PSR12' => true,
|
||||
'@PhpCsFixer' => true,
|
||||
'array_syntax' => array('syntax' => 'long'),
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user