Skip to content

Commit

Permalink
fix phpstan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Dec 5, 2024
1 parent 54a6a69 commit 1344534
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Registry/SchemaGeneratorRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,11 @@ public function hasFragmentGenerator(string $alias): bool

public function allGenerators(): array
{
if (!is_array($this->generator)) {
return [];
}

return $this->generator;
}

public function allFragmentGenerators(): array
{
if (!is_array($this->fragmentGenerator)) {
return [];
}

return $this->fragmentGenerator;
}

Expand Down

0 comments on commit 1344534

Please sign in to comment.