Skip to content

Commit

Permalink
Merge pull request #13 from Laragear/analysis-Znk0rY
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DarkGhostHunter authored Mar 6, 2024
2 parents 28f6d4d + 7942fd3 commit 2eaec35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Preloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function exclude(string ...$exclude): void
*
* @param (\Closure(\Symfony\Component\Finder\Finder):void)|string ...$append
*/
public function append(Closure | string ...$append): void
public function append(Closure|string ...$append): void
{
$this->append = $this->normalizeListing($append);
}
Expand Down

0 comments on commit 2eaec35

Please sign in to comment.