Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Feb 25, 2023
1 parent e464f81 commit 84445ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Bridge/Symfony/Resources/config/services.php
Expand Up @@ -31,5 +31,5 @@
[],
])

;
;
};
2 changes: 2 additions & 0 deletions tests/Bridge/Symfony/App/AppKernel.php
Expand Up @@ -32,7 +32,9 @@ public function __construct()
public function registerBundles(): iterable
{
yield new FrameworkBundle();

yield new TwigBundle();

yield new NucleosTwigBundle();
}

Expand Down
2 changes: 1 addition & 1 deletion tests/Twig/Extension/RouterTwigExtensionTest.php
Expand Up @@ -31,7 +31,7 @@ final class RouterTwigExtensionTest extends TestCase
private $router;

/**
* @var MockObject&Environment
* @var Environment&MockObject
*/
private $environment;

Expand Down

0 comments on commit 84445ad

Please sign in to comment.