8000 Removed trailing whitespaces · Seldaek/symfony@a348efe · GitHub
[go: up one dir, main page]

Skip to content

Commit a348efe

Browse files
committed
Removed trailing whitespaces
1 parent 135531a commit a348efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
3B64
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function isValid($value, Constraint $constraint)
5252
if (!ctype_digit((string) $constraint->minWidth)) {
5353
throw new ConstraintDefinitionException(sprintf('"%s" is not a valid minimum width', $constraint->minWidth));
5454
}
55-
55+
5656
if ($width < $constraint->minWidth) {
5757
$this->setMessage($constraint->minWidthMessage, array(
5858
'{{ width }}' => $width,

0 commit comments

Comments
 (0)
0