Fixed phpdoc typo

This commit is contained in:
Tomas 2016-03-07 08:38:10 +02:00
parent b868feb4ab
commit fd7f3a7e33

View File

@ -88,7 +88,7 @@ class JsonResponse extends Response
/**
* Sets a raw string containing a JSON document to be sent.
*
* @param string $data
* @param string $json
*
* @return JsonResponse
*