diff --git a/src/Session/Segment.php b/src/Session/Segment.php index ebcb6f0..223cc36 100644 --- a/src/Session/Segment.php +++ b/src/Session/Segment.php @@ -31,7 +31,7 @@ class Segment implements SegmentInterface * * Constructor. * - * @param bool $name The name of the $_SESSION segment. + * @param string $name The name of the $_SESSION segment. * */ public function __construct($name = 'Aura\Auth\Auth')