Passed
Pull Request — master (#5)
by Steven
02:22
created
src/Services/AllowedRecipientsSanitiser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
      *
22 22
      * @param string $phoneNumber
23 23
      *
24
-     * @return mixed
24
+     * @return string|false
25 25
      */
26 26
     public function getFormattedNumber(string $phoneNumber)
27 27
     {
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
      *
52 52
      * @param string $phoneNumber
53 53
      *
54
-     * @return mixed
54
+     * @return \libphonenumber\PhoneNumber
55 55
      */
56 56
     public function getPhoneNumberObject(string $phoneNumber)
57 57
     {
Please login to merge, or discard this patch.