Completed
Push — master ( 34f9ca...cb41b9 )
by Tim
02:22
created
Classes/Service/TimeTableService.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
             try {
46 46
                 $handler = $this->buildConfigurationHandler($configuration);
47
-            }catch(\Exception $exception){
47
+            } catch(\Exception $exception){
48 48
                 HelperUtility::createFlashMessage(
49 49
                     $exception->getMessage(),
50 50
                     'Index invalid',
Please login to merge, or discard this patch.