Completed
Push — 1.x ( 378276...036b9a )
by Yuu
02:30
created
src/PdoSessionModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     {
42 42
         $this->pdo->setAttribute(\PDO::ATTR_ERRMODE, \PDO::ERRMODE_EXCEPTION);
43 43
         $this->bind()->annotatedWith(SessionStorage::class)->toInstance($this->pdo);
44
-        $this->bind(\SessionHandlerInterface::class)->toConstructor(PdoSessionHandler::class, 'pdoOrDsn=' . SessionStorage::class);
44
+        $this->bind(\SessionHandlerInterface::class)->toConstructor(PdoSessionHandler::class, 'pdoOrDsn='.SessionStorage::class);
45 45
 
46 46
         $this->bind()->annotatedWith(SessionOptions::class)->toInstance($this->options);
47 47
 
Please login to merge, or discard this patch.