Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jul 20, 2024
1 parent 6606f95 commit 9830c48
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@

declare(strict_types=1);

use Symfony\Component\Finder\Finder;
use Twig\Extension\ExtensionInterface;
use Twig\NodeVisitor\NodeVisitorInterface;
use Twig\TokenParser\TokenParserInterface;

return [
'exclude-namespaces' => ['TwigCsFixer'],
'expose-classes' => [
Finder::class,
ExtensionInterface::class,
NodeVisitorInterface::class,
TokenParserInterface::class,
],
'exclude-namespaces' => ['^TwigCsFixer\\'],
'expose-global-constants' => false,
'expose-global-classes' => false,
'expose-global-functions' => false,
'expose-namespaces' => ['^Symfony\\', '^Twig\\'],
];

0 comments on commit 9830c48

Please sign in to comment.