Completed
Push — master ( 09425d...ca910a )
by Evan
02:23
created
src/Hook.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
      */
81 81
     public function mediateCallback($given = null)
82 82
     {
83
-        if (! $this->shouldInvoke(func_get_args())) {
83
+        if ( ! $this->shouldInvoke(func_get_args())) {
84 84
             return $given;
85 85
         }
86 86
 
Please login to merge, or discard this patch.