mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 09:02:07 +01:00
Fix 'PHP Deprecated: strtolower(): Passing null' warning
This commit is contained in:
@@ -222,7 +222,6 @@ class TestSuite
|
||||
private static function getMaxTestLen($arr_methods, $str_limit) {
|
||||
$i_result = 0;
|
||||
|
||||
$str_limit = strtolower($str_limit);
|
||||
foreach ($arr_methods as $obj_method) {
|
||||
$str_name = strtolower($obj_method->name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user