Skip to content

Commit

Permalink
Updated docheaders
Browse files Browse the repository at this point in the history
  • Loading branch information
alganet committed Feb 13, 2023
1 parent 9ae39de commit 1481c8e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions library/Exceptions/PortugueseNifException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of Respect/Validation.
*
* (c) Alexandre Gomes Gaigalas <[email protected]>
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

declare(strict_types=1);

namespace Respect\Validation\Exceptions;
Expand Down
9 changes: 9 additions & 0 deletions library/Rules/PortugueseNif.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of Respect/Validation.
*
* (c) Alexandre Gomes Gaigalas <[email protected]>
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

declare(strict_types=1);

namespace Respect\Validation\Rules;
Expand Down
9 changes: 9 additions & 0 deletions tests/unit/Rules/PortugueseNifTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of Respect/Validation.
*
* (c) Alexandre Gomes Gaigalas <[email protected]>
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

declare(strict_types=1);

namespace Respect\Validation\Rules;
Expand Down

0 comments on commit 1481c8e

Please sign in to comment.