Completed
Push — master ( da6153...10ffd2 )
by Guillaume
02:11
created
src/Harvest.class.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -118,6 +118,9 @@
 block discarded – undo
118 118
         $this->message = '- Harvest: ' . $message;
119 119
     }
120 120
 
121
+    /**
122
+     * @param string $method
123
+     */
121 124
     private function sendApiCall($method, $uri = '', array $options = [])
122 125
     {
123 126
         $res = true;
Please login to merge, or discard this patch.
src/Toggl.class.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -124,6 +124,9 @@
 block discarded – undo
124 124
         $this->message = '- Toggl: ' . $message;
125 125
     }
126 126
 
127
+    /**
128
+     * @param string $method
129
+     */
127 130
     private function sendApiCall($method, $uri = '', array $options = [])
128 131
     {
129 132
         $res = true;
Please login to merge, or discard this patch.