Skip to content

Commit 421c615

Browse files
committed
new scrut runner
1 parent ef609fd commit 421c615

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.scrutinizer.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ checks:
66
php:
77
code_rating: true
88
duplication: true
9+
build:
10+
nodes:
11+
analysis:
12+
project_setup:
13+
override: true
14+
tests:
15+
override: [php-scrutinizer-run]

Ajax/php/symfony/JqueryBootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Symfony\Component\Routing\RouterInterface;
55
use Symfony\Component\DependencyInjection\ContainerInterface;
66

7-
class JquerySemantic extends Jquery_ {
7+
class JqueryBootstrap extends Jquery_ {
88

99
public function __construct(RouterInterface $router,ContainerInterface $container ){
1010
parent::__construct(["bootstrap"=>true,"defer"=>true],$router);

0 commit comments

Comments
 (0)