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 — 2.2 (#65)
by
unknown
10:58
created
src/fonctions/cli.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -170,6 +170,7 @@
 block discarded – undo
170 170
 
171 171
 /**
172 172
  * Permet de convertir un style définie en anglais pour le shell
173
+ * @param string $style
173 174
  */
174 175
 function styleForShell($style)
175 176
 {
Please login to merge, or discard this patch.
src/interfaces/IModules.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * - require (string, array) : Si le module doit avoir d'autre module de chargé avant.
32 32
      * 
33 33
      * @throws \Exception Erreur sur la déclaration des options
34
+     * @return void
34 35
      */ 
35 36
     public function newMod($name, $params=array());
36 37
     
Please login to merge, or discard this patch.