Style fixes.
This commit is contained in:
parent
a7a59b690a
commit
8b44550f06
42 changed files with 186 additions and 148 deletions
|
|
@ -11,7 +11,7 @@ class Navigation extends Navigation\Container
|
|||
*/
|
||||
public function __construct($config)
|
||||
{
|
||||
foreach($config as $node) {
|
||||
foreach ($config as $node) {
|
||||
$this->addChild($node);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue