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 22, 2024
1 parent 34316cb commit 797828e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ protected function findAllFilesForTag(): array
}

/**
* @param \Symfony\Component\Finder\SplFileInfo[] $search
* @param \Symfony\Component\Finder\SplFileInfo[] $search
* @return array<string, string>
*/
protected function mapPublishableFiles(array $search): array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public function testHandle()
$this->filesystem->shouldReceive('copy')->twice();

$helper->handle([
"resources/views/vendor/hyde/layouts/app.blade.php",
"resources/views/vendor/hyde/layouts/page.blade.php",
'resources/views/vendor/hyde/layouts/app.blade.php',
'resources/views/vendor/hyde/layouts/page.blade.php',
]);

$this->filesystem->shouldHaveReceived('ensureDirectoryExists')
Expand Down

0 comments on commit 797828e

Please sign in to comment.