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 — 3.0 ( 1aaa8a...5b7375 )
by Vermeulen
02:33
created
install/class/ReadDirectory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      * Recall ReadDirectory to read this directory
83 83
      * This is to avoid having the recursion error
84 84
      * 
85
-     * @param type $directory
85
+     * @param string $directory
86 86
      */
87 87
     protected function dirAction($directory)
88 88
     {
Please login to merge, or discard this patch.
src/class/Application.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
     /**
138 138
      * Getter to access to a BFW config value
139 139
      * 
140
-     * @param strig $configKey The key in the config file
140
+     * @param string $configKey The key in the config file
141 141
      * 
142 142
      * @return mixed
143 143
      */
Please login to merge, or discard this patch.
src/class/Form.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     /**
32 32
      * Save the form's token
33 33
      * 
34
-     * @param array $saveInfos Infos about token (id and expire time)
34
+     * @param stdClass $saveInfos Infos about token (id and expire time)
35 35
      * 
36 36
      * @return void
37 37
      */
Please login to merge, or discard this patch.
src/fonctions/global.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
 /**
178 178
  * Retourne l'instance courrante du kernel. La créé si elle n'est pas trouvé.
179 179
  * 
180
- * @return \BFW\Kernel
180
+ * @return Application
181 181
  */
182 182
 function getApplication()
183 183
 {
Please login to merge, or discard this patch.