Skip to content

Commit bb27271

Browse files
authored
Merge pull request #719 from driehle/fix/docs
fixed typo in driver class name in documentation (#717)
2 parents 0e3aaf6 + 4fa12c9 commit bb27271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ See also `this blog article <https://blog.tomhanderson.com/2016/03/zf2-doctrine-
142142
'doctrine' => [
143143
'connection' => [
144144
'orm_crawler' => [
145-
'driverClass' => \Doctrine\DBAL\Driver\PDO\MySql\Driver::class,
145+
'driverClass' => \Doctrine\DBAL\Driver\PDO\MySQL\Driver::class,
146146
'eventmanager' => 'orm_crawler',
147147
'configuration' => 'orm_crawler',
148148
'params' => [

docs/en/user-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Connection parameters can be defined in the application configuration:
6565
'connection' => [
6666
// default connection name
6767
'orm_default' => [
68-
'driverClass' => \Doctrine\DBAL\Driver\PDO\MySql\Driver::class,
68+
'driverClass' => \Doctrine\DBAL\Driver\PDO\MySQL\Driver::class,
6969
'params' => [
7070
'host' => 'localhost',
7171
'port' => '3306',

0 commit comments

Comments
 (0)