Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 28, 2024
1 parent 87743da commit 29b6d2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Assert/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
use ReflectionNamedType;
use Webmozart\Assert\Assert;

use function explode;
use function is_object;
use function sprintf;
use function str_contains;

final class Filter
{
Expand Down

0 comments on commit 29b6d2b

Please sign in to comment.