Completed
Push — master ( 8070d4...a125b0 )
by Guillaume
02:37
created
src/Config.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 
91 91
     /**
92 92
      * @param  $section
93
-     * @param  null       $param
93
+     * @param  string       $param
94 94
      * @return mixed
95 95
      */
96 96
     public function get($section = null, $param = null)
Please login to merge, or discard this patch.
src/Timer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
 
162 162
     /**
163 163
      * @param $service
164
-     * @param null       $action
164
+     * @param string       $action
165 165
      * @param null       $success
166 166
      */
167 167
     public function setNotificationForService($service = null, $action = null, $success = null)
Please login to merge, or discard this patch.