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 — develop (#12)
by Tom Van
03:01
created
src/Collection/AbstractCollection.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@
 block discarded – undo
33 33
     /**
34 34
      * Collection constructor
35 35
      *
36
-     * @param array $data
37 36
      */
38 37
     public function __construct(array $elements = array())
39 38
     {
Please login to merge, or discard this patch.
src/Data/IptcInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     /**
105 105
      * Returns new instance with updated jobtitle
106 106
      *
107
-     * @param string $jobtitle
107
+     * @param string $jobitle
108 108
      *
109 109
      * @return IptcInterface
110 110
      */
Please login to merge, or discard this patch.