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
Branch master (450a6b)
by Romain
01:58
created
src/Strime/Slackify/Webhooks/Webhook.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -162,8 +162,7 @@
 block discarded – undo
162 162
      * @param  array $attachments
163 163
      * @return Webhook
164 164
      */
165
-    public function setAttachments($attachments)
166
-    {
165
+    public function setAttachments($attachments) {
167 166
         if (!is_array($attachments)) {
168 167
             throw new InvalidArgumentException('The attachments must be an array.');
169 168
         }
Please login to merge, or discard this patch.