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 (#68)
by Bidesh
03:32
created
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/BusinessCase/JobManagement/MarathonStoreJobBusinessCase.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -133,6 +133,9 @@
 block discarded – undo
133 133
         return !(count($arr) == count(array_unique($arr)));
134 134
     }
135 135
 
136
+    /**
137
+     * @param integer $iImmediateChildren
138
+     */
136 139
     private function isDependencyCircular(MarathonAppEntity $oEntity, $iImmediateChildren, &$path=[])
137 140
     {
138 141
         // Invariant: path will not have duplicates for acyclic dependency tree
Please login to merge, or discard this patch.
src/Component/Http/HttpGuzzlClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,8 +98,8 @@
 block discarded – undo
98 98
     }
99 99
 
100 100
     /**
101
-     * @param $sMethod
102
-     * @param $sUrl
101
+     * @param string $sMethod
102
+     * @param string $sUrl
103 103
      * @param $mData
104 104
      * @return HttpGuzzlResponse
105 105
      */
Please login to merge, or discard this patch.