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

Commit

Permalink
Merge branch 'hotfix/3827' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,10 @@ public static function encode($valueToEncode, $cycleCheck = false, $options = ar
* NOTE: This method is used internally by the encode method.
*
* @see encode
* @param mixed $valueToCheck a string - object property to be encoded
* @return void
* @param mixed $value a string - object property to be encoded
* @param array $javascriptExpressions
* @param null|string|int $currentKey
* @return mixed
*/
protected static function _recursiveJsonExprFinder(
&$value, array &$javascriptExpressions, $currentKey = null
Expand Down

0 comments on commit e1c3e3c

Please sign in to comment.