Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 05ee477

Browse files
authored
Merge pull request #289 from franmomu/patch-1
Define explicit return type
2 parents 8dad97a + 066f90d commit 05ee477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Validator/Constraints/IsTrue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(array $options = null, string $message = null, strin
2424
}
2525

2626
/**
27-
* {@inheritdoc}
27+
* @return string|string[]
2828
*/
2929
public function getTargets()
3030
{

0 commit comments

Comments
 (0)