Test Failed
Push — master ( 2bd514...7a7922 )
by Song
09:30
created
src/Command.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     /**
104 104
      * Handle command action.
105 105
      *
106
-     * @param array $argv
106
+     * @param string $argv
107 107
      *
108 108
      * @return bool
109 109
      */
Please login to merge, or discard this patch.
src/Server.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -331,7 +331,7 @@
 block discarded – undo
331 331
      * @param Response $lumenResponse
332 332
      * @param string   $obContents
333 333
      *
334
-     * @return $this
334
+     * @return Response
335 335
      */
336 336
     protected function appendObContents(Response $lumenResponse, $obContents)
337 337
     {
Please login to merge, or discard this patch.