Skip to content

Commit 6d87d9d

Browse files
committed
refactor: change comments
Changes were made to comments. #10
1 parent c529fd1 commit 6d87d9d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/SessionTest.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<?php
2+
23
/**
34
* PHP library for handling sessions.
45
*
5-
* @author Josantonius <hello@josantonius.com>
6-
* @copyright 2017 - 2018 (c) Josantonius - PHP-Session
6+
* @author Josantonius <hello@josantonius.dev>
7+
* @copyright 2017 (c) Josantonius
78
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
8-
* @link https://github.com/Josantonius/PHP-Session
9+
* @link https://github.com/josantonius/php-session
910
* @since 1.1.3
1011
*/
12+
1113
namespace Josantonius\Session;
1214

1315
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)