Skip to content

Commit 1481c8e

Browse files
committed
Updated docheaders
1 parent 9ae39de commit 1481c8e

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

library/Exceptions/PortugueseNifException.php

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of Respect/Validation.
5+
*
6+
* (c) Alexandre Gomes Gaigalas <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE file
9+
* that was distributed with this source code.
10+
*/
11+
312
declare(strict_types=1);
413

514
namespace Respect\Validation\Exceptions;

library/Rules/PortugueseNif.php

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of Respect/Validation.
5+
*
6+
* (c) Alexandre Gomes Gaigalas <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE file
9+
* that was distributed with this source code.
10+
*/
11+
312
declare(strict_types=1);
413

514
namespace Respect\Validation\Rules;

tests/unit/Rules/PortugueseNifTest.php

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of Respect/Validation.
5+
*
6+
* (c) Alexandre Gomes Gaigalas <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE file
9+
* that was distributed with this source code.
10+
*/
11+
312
declare(strict_types=1);
413

514
namespace Respect\Validation\Rules;

0 commit comments

Comments
 (0)