Passed
Push — 1.x ( b3225d...798396 )
by Ulises Jeremias
02:37
created
Mbh/Exceptions/EmptyException.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -26,9 +26,9 @@
 block discarded – undo
26 26
     public static function cannotAccessWhenEmpty($class, $method)
27 27
     {
28 28
         return new static(sprintf(
29
-          '`%s` cannot be called when the `%s` structure is empty',
30
-          $method,
31
-          $class
32
-      ));
29
+            '`%s` cannot be called when the `%s` structure is empty',
30
+            $method,
31
+            $class
32
+        ));
33 33
     }
34 34
 }
Please login to merge, or discard this patch.