Completed
Push — master ( 3c96d4...700cfb )
by Guillaume
02:04
created
src/AlfredTime.class.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
     }
191 191
 
192 192
     /**
193
-     * @return mixed
193
+     * @return boolean
194 194
      */
195 195
     public function hasTimerRunning()
196 196
     {
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
     }
199 199
 
200 200
     /**
201
-     * @param  $feature
201
+     * @param  string $feature
202 202
      * @return mixed
203 203
      */
204 204
     public function implementedServicesForFeature($feature = null)
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
     }
214 214
 
215 215
     /**
216
-     * @return mixed
216
+     * @return boolean
217 217
      */
218 218
     public function isConfigured()
219 219
     {
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
      * @param  $projectsDefault
242 242
      * @param  null               $tagsDefault
243 243
      * @param  boolean            $startDefault
244
-     * @return mixed
244
+     * @return string
245 245
      */
246 246
     public function startTimer($description = '', $projectsDefault = null, $tagsDefault = null, $startDefault = false)
247 247
     {
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
 
291 291
     /**
292 292
      * @param  $description
293
-     * @return mixed
293
+     * @return string
294 294
      */
295 295
     public function startTimerWithDefaultOptions($description)
296 296
     {
@@ -308,7 +308,7 @@  discard block
 block discarded – undo
308 308
     }
309 309
 
310 310
     /**
311
-     * @return mixed
311
+     * @return string
312 312
      */
313 313
     public function stopRunningTimer()
314 314
     {
@@ -334,7 +334,7 @@  discard block
 block discarded – undo
334 334
     }
335 335
 
336 336
     /**
337
-     * @return mixed
337
+     * @return string
338 338
      */
339 339
     public function syncOnlineDataToLocalCache()
340 340
     {
@@ -348,7 +348,7 @@  discard block
 block discarded – undo
348 348
     }
349 349
 
350 350
     /**
351
-     * @return mixed
351
+     * @return string
352 352
      */
353 353
     public function undoTimer()
354 354
     {
Please login to merge, or discard this patch.