Skip to content

Commit

Permalink
Removed assert docblock definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
tarlepp committed May 1, 2024
1 parent 5b71da4 commit 64032eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/Form/Data/SecretRequiredField.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@

class SecretRequiredField
{
/**
* @Assert\NotBlank()
*/
#[Assert\NotBlank]
public $name;

/**
* @Assert\NotBlank()
*/
#[Assert\NotBlank]
public $fieldNotUsedInTheForm;
}

0 comments on commit 64032eb

Please sign in to comment.