Skip to content

Commit 4e76cd7

Browse files
committed
JsonValueReplace
1 parent b1fd4cc commit 4e76cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/JsonValueReplace.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct($search, $replace)
2323

2424
/**
2525
* Recursively replaces all nodes equal to `search` value with `replace` value.
26-
* @param $data
26+
* @param mixed $data
2727
* @return mixed
2828
*/
2929
public function process($data)

0 commit comments

Comments
 (0)