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
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.