TASK: Document or fix polymorphic interface usages in Neos.Media
#4754
Labels
Backlog
A category for things that are okay to be rather 'hidden'
Neos.Media
#4754
Currently we do at check at many places for something like
method_exists($adjustment, 'refit')
.To make this more transparent i would propose to use
@method void refit(object $image)
on the interface (as its not breaking). I have seen doctrine and symfony doing this.Alternatively we can add new interfaces.
Originally posted by @mhsdesign in #4753 (comment)
Related #4816
The text was updated successfully, but these errors were encountered: