diff --git a/src/Shell/Task/TestTask.php b/src/Shell/Task/TestTask.php index 7c0f05869..1b5180cf3 100644 --- a/src/Shell/Task/TestTask.php +++ b/src/Shell/Task/TestTask.php @@ -142,7 +142,7 @@ public function outputTypeChoices() /** * Output a list of possible classnames you might want to generate a test for. * - * @param string $type The typename to get classes for. + * @param string $typeName The typename to get classes for. * @return array */ public function outputClassChoices($typeName)