Completed
Branch v0.1.2 (1da595)
by Guillaume
02:21
created
src/Harvest.php 2 patches
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
     }
142 142
 
143 143
     /**
144
-     * @param  $needle
144
+     * @param  string $needle
145 145
      * @param  array     $haystack
146 146
      * @return mixed
147 147
      */
Please login to merge, or discard this patch.
src/Service.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,9 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-     * @param $baseUri
69
+     * @param string $baseUri
70 70
      * @param $apiToken
71
+     * @param null|string $credentials
71 72
      */
72 73
     protected function __construct($baseUri, $credentials)
73 74
     {
@@ -104,7 +105,7 @@  discard block
 block discarded – undo
104 105
     abstract protected function getTags($data);
105 106
 
106 107
     /**
107
-     * @param $action
108
+     * @param string $action
108 109
      * @return mixed
109 110
      */
110 111
     protected function methodForAction($action)
Please login to merge, or discard this patch.