Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 16a0487

Browse files
authored
Merge pull request #15 from rinvex/analysis-qJgQjn
Apply fixes from StyleCI
2 parents 51c8018 + 3d4d8ce commit 16a0487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Support/helpers.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function array_search_recursive($needle, $haystack)
128128
/**
129129
* Recursively trim elements of the given array.
130130
*
131-
* @param mixed $values
131+
* @param mixed $values
132132
* @param string $charlist
133133
*
134134
* @return mixed
@@ -148,7 +148,7 @@ function array_trim_recursive($values, $charlist = " \t\n\r\0\x0B")
148148
* Recursively filter empty strings and null elements of the given array.
149149
*
150150
* @param array $values
151-
* @param bool $strOnly
151+
* @param bool $strOnly
152152
*
153153
* @return mixed
154154
*/

0 commit comments

Comments
 (0)