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 Mar 6, 2024
1 parent 28f6d4d commit 7942fd3
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 7942fd3

Please sign in to comment.