Skip to content

Commit

Permalink
Merge pull request doctrine#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 committed May 31, 2019
2 parents 5138f91 + fc22362 commit 963776a
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 963776a

Please sign in to comment.