Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed May 13, 2024
1 parent 3ac9df2 commit 9017a24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Models/Predefined/PredefinedResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

final class PredefinedResolver implements PredefinedResolverInterface
{

public function getById(string $id): ?Predefined
{
return Predefined::getById($id);
Expand Down

0 comments on commit 9017a24

Please sign in to comment.