Merge branch 'rector/rules-up-to-php82' into rector/rules-symfony

This commit is contained in:
2023-07-19 23:22:57 +02:00
577 changed files with 18339 additions and 2168 deletions

View File

@@ -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 = []