File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
33 * @author Pierre-Henry Soria <hi@ph7.me>
4- * @copyright (c) 2021, Pierre-Henry Soria
4+ * @copyright (c) 2021-2022 , Pierre-Henry Soria
55 * @license MIT License; <https://opensource.org/licenses/MIT>
66 */
77
88declare (strict_types=1 );
99
10- namespace PH7 \Generator \Test \Unit ;
10+ namespace PH7 \Generator \Tests \Unit ;
1111
1212use PH7 \Generator \Passcode ;
1313use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 11<?php
22/**
33 * @author Pierre-Henry Soria <hi@ph7.me>
4- * @copyright (c) 2021, Pierre-Henry Soria
4+ * @copyright (c) 2021-2022 , Pierre-Henry Soria
55 * @license MIT License; <https://opensource.org/licenses/MIT>
66 */
77
88declare (strict_types=1 );
99
10- namespace PH7 \Generator \Test \Unit ;
10+ namespace PH7 \Generator \Tests \Unit ;
1111
1212use PH7 \Generator \Password ;
1313use PHPUnit \Framework \TestCase ;
You can’t perform that action at this time.
0 commit comments