Completed
Push — master ( 36b1e4...ae0e44 )
by Nekrasov
03:18
created
src/Factories/AbstractWidgetFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@
 block discarded – undo
225 225
     public function getWidgetNameWithCustomNamespace()
226 226
     {
227 227
         return $this->customWidgetNamespace 
228
-            ? $this->customWidgetNamespace . '::' . $this->widgetName
228
+            ? $this->customWidgetNamespace.'::'.$this->widgetName
229 229
             : $this->widgetName;
230 230
     }
231 231
 }
Please login to merge, or discard this patch.