Completed
Push — master ( 70ebc9...d73a1b )
by Peter
12:02 queued 11:32
created
src/PluginsContainer.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
 	 */
55 55
 	public function apply($config): void
56 56
 	{
57
-		foreach ((array)$config as $name => $value)
57
+		foreach ((array) $config as $name => $value)
58 58
 		{
59 59
 			$this->offsetSet($name, $value);
60 60
 		}
@@ -136,9 +136,9 @@  discard block
 block discarded – undo
136 136
 		{
137 137
 			throw new GazeboException("Class `$name` used as key does not exists. Tried to set value.");
138 138
 		}
139
-		foreach($value as $cfg)
139
+		foreach ($value as $cfg)
140 140
 		{
141
-			if(is_array($cfg))
141
+			if (is_array($cfg))
142 142
 			{
143 143
 				$className = $cfg[$this->_di->classField];
144 144
 			}
Please login to merge, or discard this patch.