mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/16741] Clean up functions, add missing docblocks and return type hints
PHPBB3-16741
This commit is contained in:
@@ -26,7 +26,7 @@ class comparator extends \Doctrine\DBAL\Schema\Comparator
|
||||
|
||||
if ($diff === false)
|
||||
{
|
||||
return $diff;
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!is_array($diff->changedColumns))
|
||||
|
Reference in New Issue
Block a user