Closed korridor closed 1 year ago
Functions like addMediaFromStream or addMediaFromDisk are missing in the interface HasMedia. This produces a lot of warnings when using PhpStan, since we are using the interface for example in function definitions.
addMediaFromStream
addMediaFromDisk
HasMedia
Would you be interested in an PR for that?
Functions like
addMediaFromStream
oraddMediaFromDisk
are missing in the interfaceHasMedia
. This produces a lot of warnings when using PhpStan, since we are using the interface for example in function definitions.Would you be interested in an PR for that?