Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docblock issue from #45749 (#46026)
Bladecompiler check accepts mixed parameters for user func Schemastate makeProcess accepts mixed parameters for user func Viewcontroller invoke accepts mixed args(eg status is int and data an array) (Factory)Sequence accepts mixed values QueueingFactory que accepts mixed params the docblock should be `@param type ...$values` instead of the result of $values(array) in order to be correct otherwise IDE would mark an error Signed-off-by: René Geuze <[email protected]>
- Loading branch information