Passed
Push — master ( a0964b...11db8e )
by Mihail
06:07
created
src/Arch/Controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     {
32 32
         if (App::$Debug) {
33 33
             App::$Debug->startMeasure(get_class($this));
34
-            App::$Debug->bar->getCollector('messages')->info('Use controller: ' . get_class($this));
34
+            App::$Debug->bar->getCollector('messages')->info('Use controller: '.get_class($this));
35 35
         }
36 36
         $this->lang = App::$Request->getLanguage();
37 37
         $this->request = App::$Request;
Please login to merge, or discard this patch.