Completed
Push — master ( d75c1f...eed677 )
by Viacheslav
12s
created
src/PhpFunction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
      */
159 159
     public function addThrows($throws)
160 160
     {
161
-        $this->throws []= $throws;
161
+        $this->throws [] = $throws;
162 162
         return $this;
163 163
     }
164 164
 
Please login to merge, or discard this patch.