Skip to content

Commit

Permalink
TASK: Fix some minor issues (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon authored Sep 27, 2024
1 parent 5fcd191 commit e5eae5c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
17 changes: 10 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
/Build/ export-ignore
/Tests/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpstan.neon export-ignore
/.coveralls.yml export-ignore
/.editorconfig export-ignore
/.php_cs.dist export-ignore
phpstan.neon export-ignore
ecs.php export-ignore
phpstan-baseline.neon export-ignore
rector.php export-ignore
.github export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
LICENSE export-ignore
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'version' => '5.0.6',
'constraints' => [
'depends' => [
'typo3' => '10.4.2-12.5.99',
'typo3' => '10.4.2-12.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down
2 changes: 1 addition & 1 deletion phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parameters:
path: Classes/Form/FormDataProvider/RichtextEncoreConfiguration.php

-
message: "#^Strict comparison using \\!\\=\\= between '' and '1' will always evaluate to true\\.$#"
message: "#^Strict comparison using \\!\\=\\= between '1' and '' will always evaluate to true\\.$#"
count: 1
path: Classes/Middleware/AssetsMiddleware.php

Expand Down
4 changes: 2 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ parameters:
- Tests

inferPrivatePropertyTypeFromConstructor: true
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
- identifier: missingType.iterableValue
typo3:
requestGetAttributeMapping:
_links: array

0 comments on commit e5eae5c

Please sign in to comment.