Styling Str class

This commit is contained in:
Arandi Lopez 2021-01-10 22:49:14 -06:00
parent 8a41077665
commit ba2b808b36
1 changed files with 43 additions and 42 deletions

View File

@ -13,6 +13,7 @@ class Str
* *
* @return bool * @return bool
*/ */
public static function containsCaseless($haystack, $needles, $strict = false) public static function containsCaseless($haystack, $needles, $strict = false)
{ {
foreach ((array) $needles as $needle) { foreach ((array) $needles as $needle) {