minor #18043 Fixed phpdoc typo (norkunas)

This PR was merged into the 3.1-dev branch.

Discussion
----------

Fixed phpdoc typo

| Q             | A
| ------------- | ---
| Branch        | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

fd7f3a7 Fixed phpdoc typo
This commit is contained in:
Christian Flothmann 2016-03-07 12:23:53 +01:00
commit 6fb9fee200

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
*