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 Aug 27, 2019
2 parents 568df8e + aa75f2d commit 8fa5c14
Show file tree
Hide file tree
Showing 35 changed files with 849 additions and 1,298 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 8fa5c14

Please sign in to comment.