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.