Commit 028ae286 authored by nic's avatar nic
Browse files

fix: fix esc

parent 0bef7515
No related merge requests found
Pipeline #139251 passed with stages
in 55 seconds
Showing with 0 additions and 9 deletions
+0 -9
...@@ -208,15 +208,6 @@ return static function (ECSConfig $ecsConfig): void { ...@@ -208,15 +208,6 @@ return static function (ECSConfig $ecsConfig): void {
MethodArgumentSpaceFixer::class, MethodArgumentSpaceFixer::class,
OrderedClassElementsFixer::class, OrderedClassElementsFixer::class,
TrailingCommaInMultilineFixer::class, TrailingCommaInMultilineFixer::class,
MethodChainingIndentationFixer::class => [
__DIR__ . '/../src/Bundle/Database/DatabaseBundle.php',
__DIR__ . '/../src/Bundle/Security/SecurityBundle.php',
__DIR__ . '/../src/Bundle/DependencyInjection/DependencyInjectionBundle.php',
__DIR__ . '/../src/Bundle/EventDispatcher/EventDispatcherBundle.php',
__DIR__ . '/../src/Bundle/HttpKernel/HttpKernelBundle.php',
__DIR__ . '/../src/Bundle/Router/RouterBundle.php',
__DIR__ . '/../src/Bundle/Validator/ValidatorBundle.php',
],
]); ]);
}; };
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment