Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fb9fee

Browse files
committed
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
2 parents b868feb + fd7f3a7 commit 6fb9fee

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)