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 — master (#79)
by Bidesh
04:04
created
src/BusinessCase/Comparison/MarathonJobComparisonBusinessCase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
         $this->oDiffCompare = $oDiffCompare;
36 36
     }
37 37
 
38
-    protected function preCompareModifications(JobEntityInterface &$oLocalJob, JobEntityInterface &$oRemoteJob)
38
+    protected function preCompareModifications(JobEntityInterface & $oLocalJob, JobEntityInterface & $oRemoteJob)
39 39
     {
40 40
         if (
41 41
             !$oLocalJob instanceof MarathonAppEntity ||
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
             {
146 146
                 foreach ($aValuesB as $_mValueB)
147 147
                 {
148
-                    if ($this->isEqual($_mValueA,$_mValueB))
148
+                    if ($this->isEqual($_mValueA, $_mValueB))
149 149
                     {
150 150
                         continue 2;
151 151
                     }
Please login to merge, or discard this patch.