Completed
Push — master ( c987bb...e2fa7f )
by Marc
10s
created
Test/Case/Console/SeederTaskBaseTest.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@  discard block
 block discarded – undo
19 19
 
20 20
 	/**
21 21
 	 * A test proxy method for _getParameter
22
+	 * @param string $configKey
23
+	 * @param string $propertyName
24
+	 * @param string $defaultValue
22 25
 	 */
23 26
 	public function getParameter($configKey, $propertyName, $defaultValue = null) {
24 27
 		return parent::_getParameter($configKey, $propertyName, $defaultValue);
@@ -189,7 +192,7 @@  discard block
 block discarded – undo
189 192
 	/**
190 193
 	 * Creates a shell mock
191 194
 	 *
192
-	 * @param array $methods A list of methods to mock.
195
+	 * @param string[] $methods A list of methods to mock.
193 196
 	 * @param string $className Optional name of the seeder shell class to mock.
194 197
 	 * @return void
195 198
 	 */
Please login to merge, or discard this patch.
Test/Case/Lib/ShellSeedProcessorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 	/**
64 64
 	 * Create a ShellSeedProcessor mock
65 65
 	 *
66
-	 * @param array $methods The methods to mock.
66
+	 * @param string[] $methods The methods to mock.
67 67
 	 * @return void
68 68
 	 */
69 69
 	protected function _createProcessorMock($methods) {
Please login to merge, or discard this patch.