Passed
Push — master ( 1b679e...f46407 )
by Ehsan
02:49
created
src/Botonomous/CommandExtractor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 
69 69
     /**
70 70
      * @param Command $command
71
-     * @param         $message
71
+     * @param         string $message
72 72
      *
73 73
      * @return array|void
74 74
      */
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
     /**
90 90
      * @param $message
91 91
      *
92
-     * @return string
92
+     * @return Command|null
93 93
      */
94 94
     private function getCommandObjectByMessage($message)
95 95
     {
Please login to merge, or discard this patch.