Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Oct 22, 2024
1 parent 72ad3f8 commit a0a4cc1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -1165,11 +1165,6 @@ parameters:
count: 1
path: src/lib/Resolver/SearchResolver.php

-
message: "#^Property Ibexa\\\\GraphQL\\\\Resolver\\\\SearchResolver\\:\\:\\$searchService is never read, only written\\.$#"
count: 1
path: src/lib/Resolver/SearchResolver.php

-
message: "#^Method Ibexa\\\\GraphQL\\\\Resolver\\\\SectionResolver\\:\\:resolveSectionById\\(\\) has parameter \\$sectionId with no type specified\\.$#"
count: 1
Expand Down
1 change: 0 additions & 1 deletion src/lib/Resolver/SearchResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace Ibexa\GraphQL\Resolver;

use Ibexa\Contracts\Core\Repository\SearchService;
use Ibexa\GraphQL\DataLoader\ContentLoader;
use Ibexa\GraphQL\InputMapper\SearchQueryMapper;
use Overblog\GraphQLBundle\Relay\Connection\Paginator;
Expand Down

0 comments on commit a0a4cc1

Please sign in to comment.