<?php interface Middleware { /** * @param object $command * @param callable $next * * @return mixed */ public function execute($command, callable $next); } final class RegisterProcessedMessages implements Middleware { /** * {@inheritDoc} */ public function execute(object $command, callable $next): void { } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`