Apply fixes from StyleCI
This commit is contained in:
parent
0b325d6f62
commit
03eb1459ee
|
|
@ -13,7 +13,6 @@ class Str
|
|||
*
|
||||
* @return bool
|
||||
*/
|
||||
|
||||
public static function containsCaseless($haystack, $needles, $strict = false)
|
||||
{
|
||||
foreach ((array) $needles as $needle) {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ class StrTest extends TestCase
|
|||
$this->assertTrue(Str::containsCaseless('Theorem Analisys', 'anal', false));
|
||||
}
|
||||
|
||||
|
||||
public function test_text_contains_the_same_insensitive_match_from_string()
|
||||
{
|
||||
$this->assertTrue(Str::containsCaseless('Fuck! This class is so bad!', 'Fuck'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue