Completed
Push — master ( e6ed61...6d89c4 )
by Michał
02:50
created
src/notify/transports/slack/message/Attachment.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -705,7 +705,7 @@
 block discarded – undo
705 705
         }
706 706
 
707 707
         throw new \InvalidArgumentException("Expected an array or an instance of ".attachment\Action::class.", got [".diagnostics\Debug::getTypeName($action)."] instead.");
708
-   }
708
+    }
709 709
 
710 710
     /**
711 711
      * {@inheritDoc}
Please login to merge, or discard this patch.
src/diagnostics/debug/Handler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      */
60 60
     public function apply($condition, callable $onMatch = null) : self
61 61
     {
62
-         if (!is_callable($condition)) {
62
+            if (!is_callable($condition)) {
63 63
             if (!$condition instanceof Condition) {
64 64
                 throw new \InvalidArgumentException('Expected a \nyx\diagnostics\Condition or a callable as first argument, got ['.diagnostics\Debug::getTypeName($condition).'] instead.');
65 65
             }
Please login to merge, or discard this patch.