This commit is contained in:
DubbleClick
2025-07-19 23:54:38 +07:00
parent 6c109c52f6
commit 6c18862fd1
4 changed files with 3 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ declare(strict_types=1);
return (new PhpCsFixer\Config())
->setRiskyAllowed(true)
->setUnsupportedPhpVersionAllowed(true)
->setRules([
'@PSR12' => true,
'@Symfony' => true,