mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-21 21:36:10 +01:00
Adjust phpstan baseline (#11)
This commit is contained in:
parent
adc8b30e6d
commit
cc2e8213bc
1 changed files with 15 additions and 0 deletions
|
@ -15,6 +15,21 @@ parameters:
|
|||
count: 1
|
||||
path: Classes/Domain/DestinationData/ImportFactory.php
|
||||
|
||||
-
|
||||
message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(TEntity, TEntity\\)\\: int, Closure\\(Wrm\\\\Events\\\\Domain\\\\Model\\\\Category, Wrm\\\\Events\\\\Domain\\\\Model\\\\Category\\)\\: int\\<\\-1, 1\\> given\\.$#"
|
||||
count: 2
|
||||
path: Classes/Domain/Model/Event.php
|
||||
|
||||
-
|
||||
message: "#^Method Wrm\\\\Events\\\\Domain\\\\Model\\\\Event\\:\\:getCategories\\(\\) should return array\\<Wrm\\\\Events\\\\Domain\\\\Model\\\\Category\\> but returns array\\<int, TEntity\\>\\.$#"
|
||||
count: 1
|
||||
path: Classes/Domain/Model/Event.php
|
||||
|
||||
-
|
||||
message: "#^Method Wrm\\\\Events\\\\Domain\\\\Model\\\\Event\\:\\:getFeatures\\(\\) should return array\\<Wrm\\\\Events\\\\Domain\\\\Model\\\\Category\\> but returns array\\<int, TEntity\\>\\.$#"
|
||||
count: 1
|
||||
path: Classes/Domain/Model/Event.php
|
||||
|
||||
-
|
||||
message: "#^Call to method deleteFile\\(\\) on an unknown class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\Storage\\.$#"
|
||||
count: 1
|
||||
|
|
Loading…
Reference in a new issue