File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 11/Build / export-ignore
22/Tests / export-ignore
3- /.gitattributes export-ignore
4- /.gitignore export-ignore
5- /.travis.yml export-ignore
6- /phpstan.neon export-ignore
7- /.coveralls.yml export-ignore
8- /.editorconfig export-ignore
9- /.php_cs.dist export-ignore
3+ phpstan.neon export-ignore
4+ ecs.php export-ignore
5+ phpstan-baseline.neon export-ignore
6+ rector.php export-ignore
7+ .github export-ignore
8+ .editorconfig export-ignore
9+ .gitattributes export-ignore
10+ .github export-ignore
11+ .gitignore export-ignore
12+ LICENSE export-ignore
Original file line number Diff line number Diff line change 1010 'version ' => '5.0.6 ' ,
1111 'constraints ' => [
1212 'depends ' => [
13- 'typo3 ' => '10.4.2-12.5 .99 ' ,
13+ 'typo3 ' => '10.4.2-12.4 .99 ' ,
1414 ],
1515 'conflicts ' => [],
1616 'suggests ' => [],
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ parameters:
2626 path : Classes/Form/FormDataProvider/RichtextEncoreConfiguration.php
2727
2828 -
29- message : " #^Strict comparison using \\ !\\ =\\ = between '' and '1 ' will always evaluate to true\\ .$#"
29+ message : " #^Strict comparison using \\ !\\ =\\ = between '1 ' and '' will always evaluate to true\\ .$#"
3030 count : 1
3131 path : Classes/Middleware/AssetsMiddleware.php
3232
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ parameters:
88 - Tests
99
1010 inferPrivatePropertyTypeFromConstructor : true
11- checkMissingIterableValueType : false
12- checkGenericClassInNonGenericObjectType : false
11+ ignoreErrors :
12+ - identifier : missingType.iterableValue
1313 typo3 :
1414 requestGetAttributeMapping :
1515 _links : array
You can’t perform that action at this time.
0 commit comments