Skip to content

Commit

Permalink
Remove unnecessary PHPStan docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk committed Oct 24, 2024
1 parent 5e74c1b commit defc310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Form/Type/ReferenceCollectionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

final class ReferenceCollectionType extends AbstractType
{
/** @return class-string<\Symfony\Component\Form\AbstractType> */
public function getParent(): string
{
return CollectionType::class;
Expand Down

0 comments on commit defc310

Please sign in to comment.