Skip to content

Commit

Permalink
Fix typo in documentation block
Browse files Browse the repository at this point in the history
Parameter type fix.
  • Loading branch information
cxj authored May 27, 2020
1 parent 71c03d4 commit d9fff63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Session/Segment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d9fff63

Please sign in to comment.