Completed
Push — extension ( c9514a )
by Hari
02:13
created
src/Session/Segment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      *
32 32
      * Constructor.
33 33
      *
34
-     * @param bool $name The name of the $_SESSION segment.
34
+     * @param string|boolean $name The name of the $_SESSION segment.
35 35
      *
36 36
      */
37 37
     public function __construct($name = 'Aura\Auth\Auth')
Please login to merge, or discard this patch.