Skip to content

Commit

Permalink
fixed a PHPDoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Jan 19, 2015
1 parent 39fccd8 commit f743abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Form/FormFlowTest.php
Expand Up @@ -153,7 +153,7 @@ public function dataGetRequestedStepNumber() {
*
* @param string $httpMethod The HTTP method.
* @param array $parameters Parameters for the query/request.
* @param integer $expectedStepNumber The expected step number being requested.
* @param boolean $expectedValid If the form is expected to be valid.
*/
public function testIsValid($httpMethod, $parameters, $expectedValid) {
$flow = $this->getFlowWithMockedMethods(array('getName', 'getRequest'));
Expand Down

0 comments on commit f743abc

Please sign in to comment.