Passed
Push — develop ( 6fc664...92a637 )
by Jens
08:36
created
cloudcontrol/library/components/FormComponent.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
 	/**
112 112
 	 * Sets variables needed for rendering the form template
113 113
 	 *
114
-	 * @param $storage
114
+	 * @param Storage $storage
115 115
 	 */
116 116
 	private function initialize($storage)
117 117
 	{
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
 	 * submitting the form
148 148
 	 *
149 149
 	 * @param $postValues
150
-	 * @param $storage
150
+	 * @param Storage $storage
151 151
 	 */
152 152
 	protected function postSubmit($postValues, $storage)
153 153
 	{
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
 	/**
172 172
 	 * Checks if this form has been submitted
173 173
 	 *
174
-	 * @param $request
174
+	 * @param \library\cc\Request $request
175 175
 	 *
176 176
 	 * @return bool
177 177
 	 */
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
 	/**
184 184
 	 *
185 185
 	 *
186
-	 * @param $request
186
+	 * @param \library\cc\Request $request
187 187
 	 */
188 188
 	private function getPostValues($request)
189 189
 	{
@@ -308,7 +308,7 @@  discard block
 block discarded – undo
308 308
 
309 309
 	/**
310 310
 	 * @param $get
311
-	 * @param $request
311
+	 * @param \library\cc\Request $request
312 312
 	 */
313 313
 	private function resetPathBackup($get, $request)
314 314
 	{
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
 	}
321 321
 
322 322
 	/**
323
-	 * @param $form
323
+	 * @param string|null $form
324 324
 	 */
325 325
 	private function setFormParameter($form)
326 326
 	{
Please login to merge, or discard this patch.