Passed
Push — master ( 327bdc...4cb164 )
by Jan
02:33
created
tests/Functional/AbstractTestCase.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -38,6 +38,8 @@  discard block
 block discarded – undo
38 38
 
39 39
 
40 40
 	/**
41
+	 * @param string $requestData
42
+	 * @param null|string $command
41 43
 	 * @return Response
42 44
 	 */
43 45
 	final protected function runAppMocked($requestData, array $values, $command)
@@ -48,6 +50,7 @@  discard block
 block discarded – undo
48 50
 
49 51
 
50 52
 	/**
53
+	 * @param string $requestData
51 54
 	 * @return Response
52 55
 	 */
53 56
 	final protected function runApp($requestData, array $settings = [])
Please login to merge, or discard this patch.