Completed
Push — master ( e60385...a83dc6 )
by Abdul Malik
01:52
created
src/Manager/SessionManager.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -102,6 +102,7 @@
 block discarded – undo
102 102
 
103 103
     /**
104 104
      * Set/Unset session data.
105
+     * @param null|string $value
105 106
      */
106 107
     private function setUnset(Container $container, string $keysession, ?string $value, bool $set = false) : bool
107 108
     {
Please login to merge, or discard this patch.
config/module.config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
             'ViewJsonStrategy',
64 64
         ],
65 65
         'template_path_stack' => [
66
-            'zend-developer-tools' => __DIR__ . '/../view',
66
+            'zend-developer-tools' => __DIR__.'/../view',
67 67
         ],
68 68
     ],
69 69
 
Please login to merge, or discard this patch.