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 030a9cf
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,7 @@

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,
],
'expose-namespaces' => ['Symfony', 'Twig']
];

0 comments on commit 030a9cf

Please sign in to comment.