Completed
Push — master ( 3d4dba...95fa9b )
by Дмитрий
04:24
created
src/Context.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
     }
280 280
 
281 281
     /**
282
-     * @return int|string
282
+     * @return integer
283 283
      */
284 284
     public function getCurrentBranch()
285 285
     {
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
     /**
298 298
      * @param Variable $variable
299 299
      * @param $type
300
-     * @param $value
300
+     * @param integer $value
301 301
      */
302 302
     public function modifyReferencedVariables(Variable $variable, $type, $value)
303 303
     {
Please login to merge, or discard this patch.