Completed
Push — Propaganistas-patch-1 ( 99049e...26d197 )
by Propa
21:33 queued 26s
created
src/Exceptions/NumberParseException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Rules/Phone.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.