Passed
Push — master ( 0c214a...b07957 )
by Fabian
07:06
created
src/PhpMerge/GitMerge.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
     }
291 291
 
292 292
     /**
293
-     * @param $text
293
+     * @param string $text
294 294
      * @return string
295 295
      */
296 296
     protected static function preMergeAlter($text)
@@ -300,7 +300,7 @@  discard block
 block discarded – undo
300 300
     }
301 301
 
302 302
     /**
303
-     * @param $text
303
+     * @param string $text
304 304
      * @return bool|string
305 305
      */
306 306
     protected static function postMergeAlter($text)
Please login to merge, or discard this patch.