Completed
Push — master ( 582363...e72c0c )
by Guillaume
14s
created
src/Harvest.php 2 patches
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.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace AlfredTime;
4 4
 
5
-use AlfredTime\ServiceApiCall;
6
-
7 5
 /**
8 6
  *
9 7
  */
Please login to merge, or discard this patch.