Skip to content

Commit

Permalink
Fix annotation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hryvinskyi committed Mar 23, 2019
1 parent 4ec3b5d commit 24e4ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Model/PassesValidator/EntityList.php
Expand Up @@ -15,15 +15,15 @@
class EntityList
{
/**
* @var string[]
* @var ValidatorInterface[]
*/
private $entityTypes = [];


/**
* EntityList constructor.
*
* @param string[] $entityTypes
* @param ValidatorInterface[] $entityTypes
*/
public function __construct(
$entityTypes = []
Expand Down

0 comments on commit 24e4ad1

Please sign in to comment.