Skip to content

Commit 912607b

Browse files
symfonyamlOskarStark
authored and
symfonyaml
committed
Method getInvalidValues return type
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent c0b64dd commit 912607b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Tests/Constraints/YamlValidatorTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static function getValidValues()
8484
];
8585
}
8686

87-
public static function getInvalidValues()
87+
public static function getInvalidValues(): array
8888
{
8989
return [
9090
['{:INVALID]', 'Malformed unquoted YAML string at line 1 (near "{:INVALID]").', 1],

0 commit comments

Comments
 (0)