Passed
Push — develop ( bbf2e4...169afe )
by Jens
02:49
created
cloudcontrol/library/components/FormComponent.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
 	 * submitting the form
149 149
 	 *
150 150
 	 * @param $postValues
151
-	 * @param $storage
151
+	 * @param JsonStorage $storage
152 152
 	 */
153 153
 	protected function postSubmit($postValues, $storage)
154 154
 	{}
@@ -318,7 +318,7 @@  discard block
 block discarded – undo
318 318
 	}
319 319
 
320 320
 	/**
321
-	 * @param $form
321
+	 * @param string|null $form
322 322
 	 */
323 323
 	private function setFormParameter($form)
324 324
 	{
Please login to merge, or discard this patch.