Completed
Push — master ( 90d5d6...f37dd9 )
by Ghazi
01:47
created
src/Parameters/HooksDestroyParameters.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      */
34 34
     public function __construct($hookId)
35 35
     {
36
-        $this->hookId  = $hookId;
36
+        $this->hookId = $hookId;
37 37
     }
38 38
 
39 39
     /**
Please login to merge, or discard this patch.