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 feature/add_marathon_support (b15d53)
by Marc
16:34
created
src/BusinessCase/Comparison/ChronosJobComparisonBusinessCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,9 +46,9 @@
 block discarded – undo
46 46
 
47 47
 
48 48
     /**
49
-     * @param JobRepositoryInterface $oJobRepositoryLocal
49
+     * @param JobRepositoryInterface $oJobRepositoryLocalChronos
50 50
      * @param JobRepositoryInterface $oJobRepositoryChronos
51
-     * @param JobRepositoryInterface $oJobRepositoryMarathon
51
+     * @param JobRepositoryInterface $oJobRepositoryLocalChronos
52 52
      * @param DiffCompareInterface $oDiffCompare
53 53
      * @param DatePeriodFactoryInterface $oDatePeriodFactory
54 54
      * @param LoggerInterface $oLogger
Please login to merge, or discard this patch.
src/BusinessCase/JobManagement/MarathonStoreJobBusinessCase.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -150,6 +150,9 @@  discard block
 block discarded – undo
150 150
         return !(count($arr) == count(array_unique($arr)));
151 151
     }
152 152
 
153
+    /**
154
+     * @param integer $immediateChildren
155
+     */
153 156
     private function isDependencyCircular(JobEntityInterface $oEntity, $immediateChildren, &$path=[])
154 157
     {
155 158
         // Invariant: path will not have duplicates for acyclic dependency tree
@@ -310,6 +313,9 @@  discard block
 block discarded – undo
310 313
         }
311 314
     }
312 315
 
316
+    /**
317
+     * @param boolean $bForceOverwrite
318
+     */
313 319
     private function updateJobInLocalRepository($oAppRemote, $bForceOverwrite)
314 320
     {
315 321
         $_aDiff = $this->oJobComparisionBusinessCase->getJobDiff($oAppRemote->getKey());
Please login to merge, or discard this patch.
src/BusinessCase/JobManagement/StoreJobBusinessCaseFactoryInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     /**
17 17
      * @param StoreJobBusinessCaseInterface $oStoreJob
18 18
      * @return
19
-     */
19
+     void
20 20
     public function addBusinesCase(StoreJobBusinessCaseInterface $oStoreJob);
21 21
 
22 22
     /**
Please login to merge, or discard this patch.
src/Service/JobRepository/BridgeFileSystem.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -347,6 +347,9 @@
 block discarded – undo
347 347
     }
348 348
 
349 349
 
350
+    /**
351
+     * @param string $sJobFile
352
+     */
350 353
     private function dumpFileWithGroup($sJobFile, JobEntityInterface $oJobEntity, $bAdd = true)
351 354
     {
352 355
         $_sGroupConfig = file_get_contents($sJobFile);
Please login to merge, or discard this patch.
src/Service/JobValidator/PropertyValidator/Epsilon.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     }
47 47
 
48 48
     /**
49
-     * @param JobEntity $oJobEntity
49
+     * @param JobEntityInterface $oJobEntity
50 50
      * @return bool
51 51
      */
52 52
     private function isEpsilonPropertyValid(JobEntityInterface $oJobEntity)
Please login to merge, or discard this patch.