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 26, 2019
2 parents dd2b602 + 042de0d commit 84bc9b0
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 84bc9b0

Please sign in to comment.