From d9fff638573574f1c1f45784d50761b7bbbdf8b2 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Tue, 26 May 2020 19:05:47 -0500 Subject: [PATCH] Fix typo in documentation block Parameter type fix. --- src/Session/Segment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')