Completed
Push — master ( 217bbc...881842 )
by Guillaume
02:11
created
src/Config.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
         if ($section === null) {
99 99
             return $this->config;
100 100
         } elseif ($param === null) {
101
-           return $this->config[$section];
101
+            return $this->config[$section];
102 102
         }
103 103
         
104 104
         return $this->config[$section][$param];
@@ -194,8 +194,8 @@  discard block
 block discarded – undo
194 194
     }
195 195
 
196 196
         /**
197
-     * @return boolean
198
-     */
197
+         * @return boolean
198
+         */
199 199
     public function hasTimerRunning()
200 200
     {
201 201
         return $this->get('workflow', 'is_timer_running') === true;
Please login to merge, or discard this patch.