Passed
Push — master ( ef609f...421c61 )
by Jean-Christophe
02:48
created
Ajax/php/symfony/JqueryBootstrap.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 
7 7
 class JqueryBootstrap extends Jquery_ {
8 8
 
9
-	public function __construct(RouterInterface $router,ContainerInterface $container ){
10
-		parent::__construct(["bootstrap"=>true,"defer"=>true],$router);
9
+	public function __construct(RouterInterface $router, ContainerInterface $container) {
10
+		parent::__construct(["bootstrap"=>true, "defer"=>true], $router);
11 11
 		$this->container=$container;
12 12
 	}
13 13
 }
Please login to merge, or discard this patch.