Completed
Branch master (0bd6e8)
by nnx
02:09
created
Category
src/Listener/InitTestAppListener.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     /**
55 55
      * @inheritDoc
56 56
      */
57
-    public function __construct($connectionName = null, $driverClass = null, array $params = [])
57
+    public function __construct($connectionName = null, $driverClass = null, array $params = [ ])
58 58
     {
59 59
         if (!static::$flagInitData) {
60 60
             static::$connectionName = $connectionName;
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      */
116 116
     public function attach(EventManagerInterface $events)
117 117
     {
118
-        $events->attach(MvcEvent::EVENT_BOOTSTRAP, [$this, 'onBootstrap']);
118
+        $events->attach(MvcEvent::EVENT_BOOTSTRAP, [ $this, 'onBootstrap' ]);
119 119
     }
120 120
 
121 121
     /**
Please login to merge, or discard this patch.