Skip to content

Commit e8b0d70

Browse files
committed
Remove deprecations
1 parent 0a9f24b commit e8b0d70

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/Extensions/PostalCode.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
use Axlon\PostalCodeValidation\Support\PostalCodeExamples;
77
use InvalidArgumentException;
88

9-
/**
10-
* @deprecated This class will be removed in 4.0
11-
*/
129
class PostalCode
1310
{
1411
/**

src/Extensions/PostalCodeFor.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
use Illuminate\Validation\Validator;
99
use InvalidArgumentException;
1010

11-
/**
12-
* @deprecated This class will be removed in 4.0
13-
*/
1411
class PostalCodeFor
1512
{
1613
/**

src/Support/PostalCodeExamples.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
namespace Axlon\PostalCodeValidation\Support;
44

5-
/**
6-
* @deprecated This class will be removed in 4.0
7-
*/
85
class PostalCodeExamples
96
{
107
/**

0 commit comments

Comments
 (0)