mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/14972] replace all occurrences of sizeof() with the count()
PHPBB3-14972
This commit is contained in:
@@ -110,7 +110,7 @@ class config_text implements \phpbb\db\migration\tool\tool_interface
|
||||
|
||||
case 'remove':
|
||||
$call = 'add';
|
||||
if (sizeof($arguments) == 1)
|
||||
if (count($arguments) == 1)
|
||||
{
|
||||
$arguments[] = '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user