Passed
Pull Request — master (#5)
by Steven
02:13
created
src/Services/AllowedRecipientsSanitiser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
      *
23 23
      * @param string $phoneNumber
24 24
      *
25
-     * @return mixed
25
+     * @return string|false
26 26
      */
27 27
     public function getFormattedNumber(string $phoneNumber)
28 28
     {
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
      *
62 62
      * @param string $phoneNumber
63 63
      *
64
-     * @return mixed
64
+     * @return PhoneNumber
65 65
      */
66 66
     public function getPhoneNumberObject(string $phoneNumber)
67 67
     {
Please login to merge, or discard this patch.