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 (41e50b)
by Judas
15:21
created
src/Builders/Xml/XmlResponse.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,5 +25,8 @@
 block discarded – undo
25 25
         return $this->parseResponse($xml);
26 26
     }
27 27
 
28
+    /**
29
+     * @param SimpleXMLElement $data
30
+     */
28 31
     abstract protected function parseResponse($data);
29 32
 }
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace DexBarrett\ClockworkSms\Builders\Xml;
3 3
 
4
-use SimpleXMLElement;
5 4
 use DexBarrett\ClockworkSms\Exception\ClockworkSmsException;
5
+use SimpleXMLElement;
6 6
 
7 7
 abstract class XmlResponse
8 8
 {
Please login to merge, or discard this patch.