Test Setup Failed
Branch master (844331)
by Frank
02:22
created
Classes/Commands/ReviewCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     /**
66 66
      * process random.
67 67
      *
68
-     * @return string
68
+     * @return \T3Bot\Slack\Message
69 69
      */
70 70
     protected function processRandom()
71 71
     {
Please login to merge, or discard this patch.
Classes/Commands/TellCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     ];
35 35
 
36 36
     /**
37
-     * @return bool|string
37
+     * @return string|false
38 38
      *
39 39
      * @throws \Doctrine\DBAL\DBALException
40 40
      */
Please login to merge, or discard this patch.