Completed
Branch master (98b5c5)
by Jean-Bernard
01:34
created
Category
lib/DoctrineDbalUtil/DbalContrib/Event/Listeners/SqliteSessionInit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,6 +56,6 @@
 block discarded – undo
56 56
      */
57 57
     public function getSubscribedEvents()
58 58
     {
59
-        return [Events::postConnect];
59
+        return [ Events::postConnect ];
60 60
     }
61 61
 }
Please login to merge, or discard this patch.