Completed
Pull Request — master (#67)
by Vermeulen
02:50
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.