Passed
Push — master ( 296302...da0b9b )
by Oleg
04:27
created
mvc/views/View.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
         }
137 137
 
138 138
         if (!class_exists($name) && empty($GLOBALS['widgetStack'][$name])) {
139
-            throw new Exception('Widget ' . $name . ' not started.');
139
+            throw new Exception('Widget '.$name.' not started.');
140 140
         }
141 141
 
142 142
         /** @var \Micro\mvc\Widget $widget widget */
Please login to merge, or discard this patch.