8000 I will success · symfony/symfony@9aed443 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9aed443

Browse files
committed
I will success
1 parent eafab93 commit 9aed443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function guessMaxLength(string $class, string $property)
144144

145145
$length = $mapping instanceof FieldMapping ? $mapping->length : ($mapping['length'] ?? null);
146146

147-
if (null == $length) {
147+
if (null !== $length) {
148148
return new ValueGuess($length, Guess::HIGH_CONFIDENCE);
149149
}
150150

0 commit comments

Comments
 (0)
0