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
Push — development ( db14ba...f826ce )
by Dirk
02:33
created
autoload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * Based on the standard PSR-4 autoloader:
10 10
  * https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader-examples.md
11 11
  */
12
-spl_autoload_register(function ($class) {
12
+spl_autoload_register(function($class) {
13 13
 
14 14
     // project-specific namespace prefix
15 15
     $prefix = 'DirkGroenen\\Pinterest\\';
Please login to merge, or discard this patch.