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 (#30)
by Tom Van
02:05
created
src/Collection/ArrayCollection.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -23,10 +23,10 @@
 block discarded – undo
23 23
  */
24 24
 class ArrayCollection implements Collection
25 25
 {    /**
26
-     * Holds the entries of the collection
27
-     *
28
-     * @var array
29
-     */
26
+ * Holds the entries of the collection
27
+ *
28
+ * @var array
29
+ */
30 30
     protected $elements;
31 31
 
32 32
     /**
Please login to merge, or discard this patch.