Passed
Pull Request — master (#5)
by Rodolfo
03:29
created
src/Validators/AllowedRecipientsValidatorSanitiser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      *
55 55
      * @param string $phoneNumber
56 56
      *
57
-     * @return mixed
57
+     * @return string|false
58 58
      */
59 59
     public function getFormattedNumber(string $phoneNumber)
60 60
     {
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
      *
85 85
      * @param string $phoneNumber
86 86
      *
87
-     * @return mixed
87
+     * @return \libphonenumber\PhoneNumber
88 88
      */
89 89
     protected function getPhoneNumberObject(string $phoneNumber)
90 90
     {
Please login to merge, or discard this patch.