Passed
Push — dev ( 4443cf...7bc15a )
by Markus
02:04
created
src/Formatter/SeqBaseFormatter.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,9 +49,9 @@
 block discarded – undo
49 49
      * @throws InvalidArgumentException Thrown when the parameter is not an instance of a throwable.
50 50
      * @return string
51 51
      */
52
-	protected function normalizeException($e) : string
52
+    protected function normalizeException($e) : string
53 53
     {
54
-   		if (!$e instanceof \Throwable) {
54
+            if (!$e instanceof \Throwable) {
55 55
             throw new \InvalidArgumentException('Throwable expected, got ' . gettype($e) . ' / ' . get_class($e));
56 56
         }
57 57
 
Please login to merge, or discard this patch.