Completed
Push — master ( da1891...eebb53 )
by Anton
03:32
created
source/Spiral/Validation/Checkers/ImageChecker.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -14,9 +14,9 @@
 block discarded – undo
14 14
  */
15 15
 class ImageChecker extends FileChecker implements SingletonInterface
16 16
 {
17
-      /**
18
-     * Getimagesize constants.
19
-     */
17
+        /**
18
+         * Getimagesize constants.
19
+         */
20 20
     const WIDTH      = 0;
21 21
     const HEIGHT     = 1;
22 22
     const IMAGE_TYPE = 2;
Please login to merge, or discard this patch.