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 committed Jun 27, 2019
2 parents 3c24929 + f2a3808 commit f865a80
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 f865a80

Please sign in to comment.