Browse Source

Fix Travis CI build

Denys Kyselov 11 years ago
parent
commit
cab7114662
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Widget/WidgetRegistry.php

+ 1 - 1
src/View/Widget/WidgetRegistry.php

@@ -73,7 +73,7 @@ class WidgetRegistry {
 	public function __construct(StringTemplate $templates, View $view, $widgets = []) {
 		$this->_templates = $templates;
 		if (!empty($widgets)) {
-			if (is_string($widgets)){
+			if (is_string($widgets)) {
 				$loader = new PhpConfig();
 				$widgets = $loader->read($widgets);
 			}