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
Push — master ( 50a1a9...6e32e2 )
by Marc
03:21
created
src/Service/JobRepository/Filter/FilterIgnoreSettings.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,9 +96,9 @@
 block discarded – undo
96 96
      * @param string $sDirectoryPath
97 97
      * @param array $aSearchPatterns
98 98
      */
99
-    private function getSearchPatternsFromDir($sDirectoryPath, &$aSearchPatterns=[])
99
+    private function getSearchPatternsFromDir($sDirectoryPath, &$aSearchPatterns = [])
100 100
     {
101
-        $_sIgnoreFilePath = $sDirectoryPath . DIRECTORY_SEPARATOR . '.chapiignore';
101
+        $_sIgnoreFilePath = $sDirectoryPath.DIRECTORY_SEPARATOR.'.chapiignore';
102 102
 
103 103
         if (is_file($_sIgnoreFilePath))
104 104
         {
Please login to merge, or discard this patch.