mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
Merge branch 'rector/rules-up-to-php82' into rector/rules-symfony
This commit is contained in:
@@ -35,12 +35,11 @@ interface ResponderInterface
|
||||
/**
|
||||
* Returns a JsonResponse that uses the serializer component if enabled, or json_encode.
|
||||
*
|
||||
* @param mixed $data
|
||||
* @param array<string, list<string>|string> $headers
|
||||
* @param array<string, mixed> $context
|
||||
*/
|
||||
public function json(
|
||||
$data,
|
||||
mixed $data,
|
||||
int $status = 200,
|
||||
array $headers = [],
|
||||
array $context = []
|
||||
|
Reference in New Issue
Block a user