@@ -37,7 +37,7 @@ |
||
37 | 37 | * Country mismatch static constructor. |
38 | 38 | * |
39 | 39 | * @param string $number |
40 | - * @param string|array $country |
|
40 | + * @param string|array $countries |
|
41 | 41 | * @return static |
42 | 42 | */ |
43 | 43 | public static function countryMismatch($number, $countries) |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php namespace Propaganistas\LaravelPhone\Rules; |
2 | 2 | |
3 | 3 | use libphonenumber\PhoneNumberType; |
4 | -use Propaganistas\LaravelPhone\Traits\ParsesCountries; |
|
5 | -use Propaganistas\LaravelPhone\Traits\ParsesTypes; |
|
6 | 4 | |
7 | 5 | class Phone |
8 | 6 | { |