We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fd4cc commit 4e76cd7Copy full SHA for 4e76cd7
src/JsonValueReplace.php
@@ -23,7 +23,7 @@ public function __construct($search, $replace)
23
24
/**
25
* Recursively replaces all nodes equal to `search` value with `replace` value.
26
- * @param $data
+ * @param mixed $data
27
* @return mixed
28
*/
29
public function process($data)
0 commit comments