1
0
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:
Marc Alexander
2022-01-17 17:09:38 +01:00
parent 5e6065ff9e
commit 81cddb2bc6
4 changed files with 30 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ class comparator extends \Doctrine\DBAL\Schema\Comparator
if ($diff === false)
{
return $diff;
return false;
}
if (!is_array($diff->changedColumns))