Skip to content

Commit 161250d

Browse files
committed
reformat code
1 parent 429bd00 commit 161250d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JmesPath.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Returns data from the input array that matches a JMESPath expression.
66
*
77
* @param string $expression Expression to search.
8-
* @param mixed $data Data to search.
8+
* @param mixed $data Data to search.
99
*
1010
* @return mixed|null
1111
*/
12-
if (!function_exists(__NAMESPACE__ . '\search')){
12+
if (!function_exists(__NAMESPACE__ . '\search')) {
1313
function search($expression, $data)
1414
{
1515
return Env::search($expression, $data);

0 commit comments

Comments
 (0)