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 utils-cs (6e2982)
by Šimon
03:40
created
src/Type/Introspection.php 1 patch
Indentation   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -331,48 +331,48 @@
 block discarded – undo
331 331
                         'description' => 'Location adjacent to an inline fragment.'
332 332
                     ],
333 333
                     'SCHEMA' => [
334
-                      'value' => DirectiveLocation::SCHEMA,
335
-                      'description' =>  'Location adjacent to a schema definition.'
334
+                        'value' => DirectiveLocation::SCHEMA,
335
+                        'description' =>  'Location adjacent to a schema definition.'
336 336
                     ],
337 337
                     'SCALAR' => [
338
-                      'value' => DirectiveLocation::SCALAR,
339
-                      'description' =>  'Location adjacent to a scalar definition.'
338
+                        'value' => DirectiveLocation::SCALAR,
339
+                        'description' =>  'Location adjacent to a scalar definition.'
340 340
                     ],
341 341
                     'OBJECT' => [
342
-                      'value' => DirectiveLocation::OBJECT,
343
-                      'description' =>  'Location adjacent to an object type definition.'
342
+                        'value' => DirectiveLocation::OBJECT,
343
+                        'description' =>  'Location adjacent to an object type definition.'
344 344
                     ],
345 345
                     'FIELD_DEFINITION' => [
346
-                      'value' => DirectiveLocation::FIELD_DEFINITION,
347
-                      'description' =>  'Location adjacent to a field definition.'
346
+                        'value' => DirectiveLocation::FIELD_DEFINITION,
347
+                        'description' =>  'Location adjacent to a field definition.'
348 348
                     ],
349 349
                     'ARGUMENT_DEFINITION' => [
350
-                      'value' => DirectiveLocation::ARGUMENT_DEFINITION,
351
-                      'description' =>  'Location adjacent to an argument definition.'
350
+                        'value' => DirectiveLocation::ARGUMENT_DEFINITION,
351
+                        'description' =>  'Location adjacent to an argument definition.'
352 352
                     ],
353 353
                     'INTERFACE' => [
354
-                      'value' => DirectiveLocation::IFACE,
355
-                      'description' =>  'Location adjacent to an interface definition.'
354
+                        'value' => DirectiveLocation::IFACE,
355
+                        'description' =>  'Location adjacent to an interface definition.'
356 356
                     ],
357 357
                     'UNION' => [
358
-                      'value' => DirectiveLocation::UNION,
359
-                      'description' =>  'Location adjacent to a union definition.'
358
+                        'value' => DirectiveLocation::UNION,
359
+                        'description' =>  'Location adjacent to a union definition.'
360 360
                     ],
361 361
                     'ENUM' => [
362
-                      'value' => DirectiveLocation::ENUM,
363
-                      'description' =>  'Location adjacent to an enum definition.'
362
+                        'value' => DirectiveLocation::ENUM,
363
+                        'description' =>  'Location adjacent to an enum definition.'
364 364
                     ],
365 365
                     'ENUM_VALUE' => [
366
-                      'value' => DirectiveLocation::ENUM_VALUE,
367
-                      'description' =>  'Location adjacent to an enum value definition.'
366
+                        'value' => DirectiveLocation::ENUM_VALUE,
367
+                        'description' =>  'Location adjacent to an enum value definition.'
368 368
                     ],
369 369
                     'INPUT_OBJECT' => [
370
-                      'value' => DirectiveLocation::INPUT_OBJECT,
371
-                      'description' =>  'Location adjacent to an input object type definition.'
370
+                        'value' => DirectiveLocation::INPUT_OBJECT,
371
+                        'description' =>  'Location adjacent to an input object type definition.'
372 372
                     ],
373 373
                     'INPUT_FIELD_DEFINITION' => [
374
-                      'value' => DirectiveLocation::INPUT_FIELD_DEFINITION,
375
-                      'description' =>  'Location adjacent to an input object field definition.'
374
+                        'value' => DirectiveLocation::INPUT_FIELD_DEFINITION,
375
+                        'description' =>  'Location adjacent to an input object field definition.'
376 376
                     ]
377 377
 
378 378
                 ]
Please login to merge, or discard this patch.