Skip to content

Commit

Permalink
Update lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
Browse files Browse the repository at this point in the history
Co-Authored-By: Claudio Zizza <SenseException@users.noreply.github.com>
  • Loading branch information
jwage and SenseException authored Jun 4, 2019
1 parent 9dd48df commit aeb1a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* The PDO Sqlite driver.
*/
class Driver extends AbstractSQLiteDriver
final class Driver extends AbstractSQLiteDriver
{
/** @var mixed[] */
private $userDefinedFunctions = [
Expand Down

0 comments on commit aeb1a88

Please sign in to comment.