From 1481c8e1e5e71aa08c39f85af604f702deacc28f Mon Sep 17 00:00:00 2001 From: Alexandre Gomes Gaigalas Date: Mon, 13 Feb 2023 19:24:37 -0300 Subject: [PATCH] Updated docheaders --- library/Exceptions/PortugueseNifException.php | 9 +++++++++ library/Rules/PortugueseNif.php | 9 +++++++++ tests/unit/Rules/PortugueseNifTest.php | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/library/Exceptions/PortugueseNifException.php b/library/Exceptions/PortugueseNifException.php index 652e22ac0..cb5edf18d 100644 --- a/library/Exceptions/PortugueseNifException.php +++ b/library/Exceptions/PortugueseNifException.php @@ -1,5 +1,14 @@ + * + * 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; diff --git a/library/Rules/PortugueseNif.php b/library/Rules/PortugueseNif.php index c680f490d..3729909ef 100644 --- a/library/Rules/PortugueseNif.php +++ b/library/Rules/PortugueseNif.php @@ -1,5 +1,14 @@ + * + * 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; diff --git a/tests/unit/Rules/PortugueseNifTest.php b/tests/unit/Rules/PortugueseNifTest.php index ba3288239..4c04cb87d 100644 --- a/tests/unit/Rules/PortugueseNifTest.php +++ b/tests/unit/Rules/PortugueseNifTest.php @@ -1,5 +1,14 @@ + * + * 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;