Completed
Push — master ( c1fd74...f54537 )
by Mihail
17:26
created
src/Ffcms/Core/Debug/FfcmsDebugBar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,6 +26,6 @@
 block discarded – undo
26 26
             $this->addCollector(new TimeDataCollector());
27 27
             $this->addCollector(new MemoryCollector());
28 28
             $this->addCollector(new ExceptionsCollector());
29
-        } catch (\Exception $e){} // mute
29
+        } catch (\Exception $e) {} // mute
30 30
     }
31 31
 }
32 32
\ No newline at end of file
Please login to merge, or discard this patch.