Passed
Push — master ( b77bf7...22b517 )
by Andreas
09:39
created
lib/org/openpsa/expenses/hour/report.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     {
114 114
         if ($this->invoiceable) {
115 115
             $task = new org_openpsa_projects_task_dba($this->task);
116
-            $time_slot = (float)$task->get_parameter('org.openpsa.projects.projectbroker', 'minimum_slot');
116
+            $time_slot = (float) $task->get_parameter('org.openpsa.projects.projectbroker', 'minimum_slot');
117 117
             if (empty($time_slot)) {
118 118
                 $time_slot = (float) midcom_baseclasses_components_configuration::get('org.openpsa.expenses', 'config')->get('default_minimum_time_slot');
119 119
                 if (empty($time_slot)) {
Please login to merge, or discard this patch.