Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Sep 18, 2023
1 parent 4af35eb commit 0738e88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Console/Command/MakeValidatorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,19 @@ public function getClassTemplate(): string
/**
* @class %classname%
* @package %namespace%
* @template TEntity as \Platine\Orm\Entity
*/
class %classname% extends AbstractValidator
{
/**
* The parameter instance
* @var %param_class%
* @var %param_class%<TEntity>
*/
protected %param_class% \$param;
/**
* Create new instance
* @param %param_class% \$param
* @param %param_class%<TEntity> \$param
* @param Lang \$lang
*/
public function __construct(%param_class% \$param, Lang \$lang)
Expand Down

0 comments on commit 0738e88

Please sign in to comment.