We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c529fd1 commit 6d87d9dCopy full SHA for 6d87d9d
tests/SessionTest.php
@@ -1,13 +1,15 @@
1
<?php
2
+
3
/**
4
* PHP library for handling sessions.
5
*
- * @author Josantonius <hello@josantonius.com>
6
- * @copyright 2017 - 2018 (c) Josantonius - PHP-Session
+ * @author Josantonius <hello@josantonius.dev>
7
+ * @copyright 2017 (c) Josantonius
8
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
- * @link https://github.com/Josantonius/PHP-Session
9
+ * @link https://github.com/josantonius/php-session
10
* @since 1.1.3
11
*/
12
13
namespace Josantonius\Session;
14
15
use PHPUnit\Framework\TestCase;
0 commit comments