core
core copied to clipboard
chore: add typehint to ProcessorInterface
I'm in favor of mixed as it's definitely possible on an RPC route to use arrays, integers, strings, null or any data type in a POST operation according to the HTTP specification. If we use objects only we may end up using objects representing scalar values (for example NullContent or BinaryContent). Not sure there's a real benefit in doing so.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
we decided to keep mixed