diff --git a/src/Bundle/ChillWopiBundle/src/Service/Controller/ResponderInterface.php b/src/Bundle/ChillWopiBundle/src/Service/Controller/ResponderInterface.php index 876509469..a2fd907e5 100644 --- a/src/Bundle/ChillWopiBundle/src/Service/Controller/ResponderInterface.php +++ b/src/Bundle/ChillWopiBundle/src/Service/Controller/ResponderInterface.php @@ -35,11 +35,12 @@ interface ResponderInterface /** * Returns a JsonResponse that uses the serializer component if enabled, or json_encode. * + * @param mixed $data * @param array|string> $headers * @param array $context */ public function json( - mixed $data, + $data, int $status = 200, array $headers = [], array $context = []