8000 fix code standard 3 · symfony/symfony@9708e02 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9708e02

Browse files
committed
fix code standard 3
1 parent 1e4fe8a commit 9708e02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Validator/Constraints/YamlValidator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ protected function validateFormat(string $value): bool
2323
{
2424
try {
2525
SymfonyYaml::parse($value);
26+
2627
return true;
2728
} catch (ParseException) {
2829
return false;

0 commit comments

Comments
 (0)
0