Skip to content

Commit

Permalink
fixed comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Hepler committed Feb 22, 2017
1 parent 85d69e6 commit 8740e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function json($isArray = false);
*
* @param string $value
*
* @return \SimpleXMLElement
* @return mixed
*/
public function __get($value);

Expand Down
2 changes: 1 addition & 1 deletion src/OldTimeGuitarGuy/MechanicalTurk/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function json($isArray = false)
*
* @param string $value
*
* @return \SimpleXMLElement
* @return mixed
*/
public function __get($value)
{
Expand Down

0 comments on commit 8740e45

Please sign in to comment.