Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #6 from carlosbuenosvinos/master
Browse files Browse the repository at this point in the history
Missing ")" in events doc
  • Loading branch information
guilhermeblanco committed Sep 22, 2012
2 parents 42298e1 + 47824e2 commit 54c4ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/reference/events.rst
Expand Up @@ -34,7 +34,7 @@ instance passed to the Connection factory:
$evm = new EventManager();
$evm->addEventSubscriber(new OracleSessionInit(array(
'NLS_TIME_FORMAT' => 'HH24:MI:SS',
));
)));
$conn = DriverManager::getConnection($connectionParams, null, $evm);
Expand Down

0 comments on commit 54c4ec9

Please sign in to comment.