Browse Source

Fixing style errors.

stickler-ci 7 years ago
parent
commit
f053285bba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Validation/Validation.php

+ 1 - 1
src/Validation/Validation.php

@@ -1351,7 +1351,7 @@ class Validation
 
         list($width, $height) = getimagesize($filename);
 
-        $validHeight = $validWidth= null;
+        $validHeight = $validWidth = null;
 
         if (isset($options['height'])) {
             $validHeight = self::comparison($height, $options['height'][0], $options['height'][1]);