File tree Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
2
ignoreErrors :
3
- -
4
- message : " #^Access to an undefined property Nyholm\\\\ BundleTest\\\\ AppKernel\\ :\\ :\\ $rootDir\\ .$#"
5
- count : 1
6
- path : src/AppKernel.php
7
-
8
3
-
9
4
message : " #^PHPDoc tag @param references unknown parameter\\ : \\ $bundle$#"
10
5
count : 1
11
6
path : src/AppKernel.php
12
7
13
- -
14
- message : " #^Call to method reset\\ (\\ ) on an unknown class Symfony\\\\ Component\\\\ DependencyInjection\\\\ ResettableContainerInterface\\ .$#"
15
- count : 1
16
- path : src/BaseBundleTestCase.php
17
-
18
- -
19
- message : " #^Class Symfony\\\\ Component\\\\ DependencyInjection\\\\ ResettableContainerInterface not found\\ .$#"
20
- count : 1
21
- path : src/BaseBundleTestCase.php
22
-
23
8
-
24
9
message : " #^PHPDoc tag @param references unknown parameter\\ : \\ $options$#"
25
10
count : 1
26
11
path : src/BaseBundleTestCase.php
27
12
28
13
-
29
- message : " #^Comparison operation \"\\ >\\ =\" between 50306 and 30300 is always true\\ .$#"
30
- count : 1
31
- path : src/config/parameters.php
32
-
33
- -
34
- message : " #^Comparison operation \"\\ >\\ =\" between 50306 and 50100 is always true\\ .$#"
14
+ message : " #^Comparison operation \"\\ >\\ =\" between 40409 and 50100 is always false\\ .$#"
35
15
count : 1
36
16
path : src/config/parameters.php
37
17
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- // If symfony is greater than 3.3 and no annotations are installed, then disable it.
4
- if (\ Symfony \ Component \ HttpKernel \Kernel:: VERSION_ID >= 30300 && !class_exists ('Doctrine\Common\Annotations\Annotation ' )) {
3
+ // If annotations aren't installed, disable it.
4
+ if (!class_exists ('Doctrine\Common\Annotations\Annotation ' )) {
5
5
$ container ->loadFromExtension ('framework ' , [
6
6
'annotations ' => ['enabled ' => false ],
7
7
]);
You can’t perform that action at this time.
0 commit comments