File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
coding-standards :
13
13
name : " Coding Standards"
14
- uses : " doctrine/.github/.github/workflows/coding-standards.yml@7.3 .0"
14
+ uses : " doctrine/.github/.github/workflows/coding-standards.yml@8.0 .0"
Original file line number Diff line number Diff line change 40
40
"require-dev" : {
41
41
"ext-bcmath" : " *" ,
42
42
"doctrine/annotations" : " ^1.12 || ^2.0" ,
43
- "doctrine/coding-standard" : " ^12 .0" ,
43
+ "doctrine/coding-standard" : " ^14 .0" ,
44
44
"doctrine/orm" : " ^3.2" ,
45
45
"jmikola/geojson" : " ^1.0" ,
46
46
"phpbench/phpbench" : " ^1.0.0" ,
47
47
"phpstan/phpstan" : " ^2.1" ,
48
48
"phpstan/phpstan-deprecation-rules" : " ^2.0" ,
49
49
"phpstan/phpstan-phpunit" : " ^2.0" ,
50
50
"phpunit/phpunit" : " ^10.4" ,
51
- "squizlabs/php_codesniffer" : " ^3.5 " ,
51
+ "squizlabs/php_codesniffer" : " ^4 " ,
52
52
"symfony/cache" : " ^5.4 || ^6.0 || ^7.0" ,
53
53
"symfony/uid" : " ^5.4 || ^6.0 || ^7.0"
54
54
},
Original file line number Diff line number Diff line change 40
40
41
41
<!-- Allow short nullable syntax for non-union types -->
42
42
<exclude name =" SlevomatCodingStandard.TypeHints.UnionTypeHintFormat.DisallowedShortNullable" />
43
+ <exclude name =" SlevomatCodingStandard.TypeHints.DNFTypeHintFormat.DisallowedShortNullable" />
43
44
</rule >
44
45
45
46
<rule ref =" SlevomatCodingStandard.ControlStructures.EarlyExit" >
52
53
<exclude-pattern >tests/Doctrine/ODM/MongoDB/Tests/Mapping/Documents/GlobalNamespaceDocument.php</exclude-pattern >
53
54
</rule >
54
55
55
- <rule ref =" Squiz.Classes.ValidClassName.NotCamelCaps " >
56
+ <rule ref =" Squiz.Classes.ValidClassName.NotPascalCase " >
56
57
<exclude-pattern >tests/Doctrine/ODM/MongoDB/Tests/Mapping/Documents/GlobalNamespaceDocument.php</exclude-pattern >
57
58
</rule >
58
59
You can’t perform that action at this time.
0 commit comments