Skip to content

Commit

Permalink
fix: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
fogrye committed Apr 7, 2024
1 parent 190ad43 commit 6646743
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/AnnotationReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@
use TheCodingMachine\GraphQLite\Annotations\Type;
use TheCodingMachine\GraphQLite\Annotations\TypeInterface;

use function array_diff_key;
use function array_filter;
use function array_key_exists;
use function array_map;
use function array_merge;
use function assert;
use function count;
use function get_class;
use function is_a;
use function reset;

Expand Down

0 comments on commit 6646743

Please sign in to comment.