Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Fix phpdocs - wrong variable names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinkscape committed Aug 8, 2012
1 parent 35427c8 commit aa28e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Model/JsonModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class JsonModel extends ViewModel
/**
* Set the JSONP callback function name
*
* @param string $callable
* @param string $callback
* @return JsonModel
*/
public function setJsonpCallback($callback)
Expand Down
2 changes: 1 addition & 1 deletion src/Renderer/JsonRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function setMergeUnnamedChildren($mergeUnnamedChildren)
/**
* Set the JSONP callback function name
*
* @param string $callable
* @param string $callback
* @return JsonpModel
*/
public function setJsonpCallback($callback)
Expand Down

0 comments on commit aa28e42

Please sign in to comment.