Skip to content

Commit

Permalink
Fix issue in PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 6, 2024
1 parent aeeb092 commit 0c9f786
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Block/BlockDefinition/Configuration/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ final class Form

private string $identifier;

/**
* @var class-string<\Symfony\Component\Form\FormTypeInterface>
*/
private string $type;

/**
Expand All @@ -24,6 +27,8 @@ public function getIdentifier(): string

/**
* Returns the form type.
*
* @return class-string<\Symfony\Component\Form\FormTypeInterface>
*/
public function getType(): string
{
Expand Down

0 comments on commit 0c9f786

Please sign in to comment.