Skip to content

Commit

Permalink
Merge pull request #3562 from morozov/platform-types
Browse files Browse the repository at this point in the history
Enforced parameter and return value types in Platform classes
  • Loading branch information
morozov authored May 28, 2019
2 parents 71d4105 + 835def3 commit 7124688
Show file tree
Hide file tree
Showing 37 changed files with 871 additions and 1,331 deletions.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function getDatabase(Connection $conn) : ?string
{
$params = $conn->getParams();

return $params['path'] ?? null;
return $params['path'] ?? '';
}

/**
Expand Down
Loading

0 comments on commit 7124688

Please sign in to comment.