Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 1, 2024
1 parent 0cf7674 commit abc3b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/framework/tests/Unit/HeadingRendererUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ protected function createRealBladeCompilerEnvironment(): void
);
});

$finder = new FileViewFinder($filesystem, [realpath(__DIR__ . '/../../resources/views')]);
$finder->addNamespace('hyde', realpath(__DIR__ . '/../../resources/views'));
$finder = new FileViewFinder($filesystem, [realpath(__DIR__.'/../../resources/views')]);
$finder->addNamespace('hyde', realpath(__DIR__.'/../../resources/views'));

$view = new Factory($resolver, $finder, new Dispatcher());

Expand Down

0 comments on commit abc3b21

Please sign in to comment.