Completed
Push — master ( e784a2...dd882e )
by Guillaume
02:07
created
src/Config.php 2 patches
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.
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,8 +196,8 @@
 block discarded – undo
196 196
     }
197 197
 
198 198
         /**
199
-     * @return boolean
200
-     */
199
+         * @return boolean
200
+         */
201 201
     public function hasTimerRunning()
202 202
     {
203 203
         return $this->get('workflow', 'is_timer_running') === true;
Please login to merge, or discard this patch.
src/Time.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,6 @@
 block discarded – undo
166 166
      * @param  $description
167 167
      * @param  $projectsDefault
168 168
      * @param  null               $tagsDefault
169
-     * @param  boolean            $startDefault
170 169
      * @return string
171 170
      */
172 171
     public function startTimer($description = '', $projectsDefault = null, $tagsDefault = null, $startType = 'start')
Please login to merge, or discard this patch.