mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-14 05:45:18 +02:00
Update style
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use TwigCsFixer\Config\Config;
|
||||
use TwigCsFixer\Ruleset\Ruleset;
|
||||
use TwigCsFixer\Standard\Symfony;
|
||||
use TwigCsFixer\Standard\TwigCsFixer;
|
||||
|
||||
$ruleset = new Ruleset();
|
||||
$ruleset->addStandard(new TwigCsFixer());
|
||||
$ruleset->addStandard(new Symfony());
|
||||
|
||||
return new Config()->setRuleset($ruleset);
|
||||
Reference in New Issue
Block a user