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 ( 7c11b6...2d74c9 )
by Leandro
15:15
created
src/LosUi/View/Helper/HeadScript.php 1 patch
Doc Comments   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -54,8 +54,7 @@  discard block
 block discarded – undo
54 54
     private $basePath;
55 55
 
56 56
     /**
57
-     * @param array  $matches
58
-     * @param string $basePath
57
+     * @param string[]  $matches
59 58
      * @param array  $args
60 59
      */
61 60
     private function callWithCdn($matches, $args)
@@ -102,8 +101,7 @@  discard block
 block discarded – undo
102 101
     }
103 102
 
104 103
     /**
105
-     * @param array  $matches
106
-     * @param string $basePath
104
+     * @param string[]  $matches
107 105
      * @param array  $args
108 106
      */
109 107
     private function callWithoutCdn($matches, $args)
Please login to merge, or discard this patch.
src/LosUi/View/Helper/HeadLink.php 1 patch
Doc Comments   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -54,8 +54,7 @@  discard block
 block discarded – undo
54 54
     private $basePath;
55 55
 
56 56
     /**
57
-     * @param array  $matches
58
-     * @param string $basePath
57
+     * @param string[]  $matches
59 58
      * @param array  $args
60 59
      */
61 60
     private function callWithCdn($matches, $args)
@@ -102,8 +101,7 @@  discard block
 block discarded – undo
102 101
     }
103 102
 
104 103
     /**
105
-     * @param array  $matches
106
-     * @param string $basePath
104
+     * @param string[]  $matches
107 105
      * @param array  $args
108 106
      */
109 107
     private function callWithoutCdn($matches, $args)
Please login to merge, or discard this patch.