We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429bd00 commit 161250dCopy full SHA for 161250d
src/JmesPath.php
@@ -5,11 +5,11 @@
5
* Returns data from the input array that matches a JMESPath expression.
6
*
7
* @param string $expression Expression to search.
8
- * @param mixed $data Data to search.
+ * @param mixed $data Data to search.
9
10
* @return mixed|null
11
*/
12
-if (!function_exists(__NAMESPACE__ . '\search')){
+if (!function_exists(__NAMESPACE__ . '\search')) {
13
function search($expression, $data)
14
{
15
return Env::search($expression, $data);
0 commit comments