GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Pull Request — master (#90)
by Atymic
03:15
created
src/TwilioChannel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      *
94 94
      * @param $notifiable
95 95
      *
96
-     * @return mixed|null
96
+     * @return boolean
97 97
      * @throws CouldNotSendNotification
98 98
      */
99 99
     protected function canReceiveAlphanumericSender($notifiable)
Please login to merge, or discard this patch.
src/TwilioSmsMessage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     /**
110 110
      * Set force delivery (Deliver message without validation).
111 111
      *
112
-     * @param bool $forceDelivery
112
+     * @param string|boolean $forceDelivery
113 113
      * @return $this
114 114
      */
115 115
     public function forceDelivery(string $forceDelivery): self
Please login to merge, or discard this patch.
src/Twilio.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
     /**
177 177
      * @param array $params
178 178
      * @param TwilioMessage $message
179
-     * @param array $optionalParams
179
+     * @param string[] $optionalParams
180 180
      * @return Twilio
181 181
      */
182 182
     protected function fillOptionalParams(&$params, $message, $optionalParams): self
Please login to merge, or discard this patch.