Completed
Push — master ( f736df...73f017 )
by Beñat
05:32
created
src/LIN3S/SharedKernel/Domain/Model/Phone/Phone.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
         }
75 75
     }
76 76
 
77
+    /**
78
+     * @param \libphonenumber\PhoneNumber $phone
79
+     */
77 80
     private function checkIsValidNumber($phone, $region = null)
78 81
     {
79 82
         if (!PhoneNumberUtil::getInstance()->isValidNumber($this->phone)) {
Please login to merge, or discard this patch.