Skip to content

Commit

Permalink
Merge pull request #289 from franmomu/patch-1
Browse files Browse the repository at this point in the history
Define explicit return type
  • Loading branch information
excelwebzone committed Dec 2, 2022
2 parents 8dad97a + 066f90d commit 05ee477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validator/Constraints/IsTrue.php
Expand Up @@ -24,7 +24,7 @@ public function __construct(array $options = null, string $message = null, strin
}

/**
* {@inheritdoc}
* @return string|string[]
*/
public function getTargets()
{
Expand Down

0 comments on commit 05ee477

Please sign in to comment.