Completed
Push — master ( 098bb0...70d8b1 )
by Michael
02:37
created
class/registryfile.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     public $filename; // filename to manage
33 33
 
34 34
     /**
35
-     * @param null $fichier
35
+     * @param string $fichier
36 36
      */
37 37
     public function __construct($fichier = null)
38 38
     {
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @param      $content
73
+     * @param      string $content
74 74
      * @param null $fichier
75 75
      *
76 76
      * @return bool
Please login to merge, or discard this patch.