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.
Passed
Push — master ( 3e72e5...cfbda9 )
by
unknown
06:51
created
spec/Controller/ReportControllerSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
 
130 130
     private function getViewComparingCallback(View $expectedView)
131 131
     {
132
-        return function ($value) use ($expectedView) {
132
+        return function($value) use ($expectedView) {
133 133
             if (!$value instanceof View) {
134 134
                 return false;
135 135
             }
Please login to merge, or discard this patch.
src/Controller/ReportController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         $this->eventDispatcher->dispatch(ResourceActions::SHOW, $configuration, $report);
44 44
 
45 45
         if ($configuration->isHtmlRequest()) {
46
-            return $this->render($configuration->getTemplate(ResourceActions::SHOW . '.html'), [
46
+            return $this->render($configuration->getTemplate(ResourceActions::SHOW.'.html'), [
47 47
                 'configuration' => $configuration,
48 48
                 'metadata' => $this->metadata,
49 49
                 'resource' => $report,
Please login to merge, or discard this patch.