Completed
Push — master ( 582363...e72c0c )
by Guillaume
14s
created
src/Harvest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @return mixed
48
+     * @return string
49 49
      */
50 50
     public function getLastMessage()
51 51
     {
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
 
93 93
     /**
94 94
      * @param  $timerId
95
-     * @return mixed
95
+     * @return boolean
96 96
      */
97 97
     private function isTimerRunning($timerId)
98 98
     {
Please login to merge, or discard this patch.