Skip to content
This repository was archived by the owner on Feb 22, 2019. It is now read-only.

Commit d88b230

Browse files
committed
correct CS
1 parent f7aff49 commit d88b230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DependencyInjection/NavigationExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ public function testMenusAreRegistered()
319319

320320
$invoiceDef = new Definition('Knp\Menu\MenuFactory');
321321
$this->setFactoryService($invoiceDef, 'knp_menu.factory', 'createItem');
322-
$invoiceDef->setArguments(array('invoices', array('label' => 'Invoices', 'route' => 'administration_invoices', 'routeParameters' => array(), 'routeAbsolute' => false , 'translator_domain' => 'Menus', 'uri' => null)));
322+
$invoiceDef->setArguments(array('invoices', array('label' => 'Invoices', 'route' => 'administration_invoices', 'routeParameters' => array(), 'routeAbsolute' => false, 'translator_domain' => 'Menus', 'uri' => null)));
323323
$invoiceDef->addMethodCall('addChild', array('invoices_paid', array('label' => 'Paid', 'route' => 'administration_invoices', 'routeParameters' => array('filter' => 'paid'), 'routeAbsolute' => false, 'translator_domain' => 'Menus', 'uri' => null)));
324324
$rootDef->addMethodCall('addChild', array($invoiceDef));
325325

0 commit comments

Comments
 (0)