Completed
Push — master ( 508f99...169e5d )
by Guillaume
02:21
created
src/Timer.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
 
198 198
     /**
199 199
      * @param $service
200
-     * @param null       $action
200
+     * @param string       $action
201 201
      * @param null       $success
202 202
      */
203 203
     public function setNotificationForService($service = null, $action = null, $success = null)
@@ -313,7 +313,7 @@  discard block
 block discarded – undo
313 313
     }
314 314
 
315 315
     /**
316
-     * @param $name
316
+     * @param string $name
317 317
      * @param $value
318 318
      */
319 319
     public function updateProperty($name, $value)
@@ -322,7 +322,7 @@  discard block
 block discarded – undo
322 322
     }
323 323
 
324 324
     /**
325
-     * @param $name
325
+     * @param string $name
326 326
      * @return mixed
327 327
      */
328 328
     private function getProperty($name)
Please login to merge, or discard this patch.