diff --git a/tests/StringyTest.php b/tests/StringyTest.php index 1f2e809..5c4d8a8 100644 --- a/tests/StringyTest.php +++ b/tests/StringyTest.php @@ -790,7 +790,7 @@ class StringyTestCase extends CommonTest * @dataProvider countSubstrProvider() */ public function testCountSubstr($expected, $str, $substring, - $caseSensitive = true, $encoding = null) + $caseSensitive = true, $encoding = null) { $stringy = S::create($str, $encoding); $result = $stringy->countSubstr($substring, $caseSensitive);