Skip to content

Commit fd7f3a7

Browse files
committed
Fixed phpdoc typo
1 parent b868feb commit fd7f3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/JsonResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function setCallback($callback = null)
8888
/**
8989
* Sets a raw string containing a JSON document to be sent.
9090
*
91-
* @param string $data
91+
* @param string $json
9292
*
9393
* @return JsonResponse
9494
*

0 commit comments

Comments
 (0)