Skip to content

Commit

Permalink
[BrowserKit] added missing @return PHPDoc for the Client::submit() me…
Browse files Browse the repository at this point in the history
…thod.
  • Loading branch information
Hugo Hamon committed Dec 29, 2011
1 parent 3e2e288 commit d3ad106
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Client.php
Expand Up @@ -214,6 +214,8 @@ public function click(Link $link)
* @param Form $form A Form instance
* @param array $values An array of form field values
*
* @return Crawler
*
* @api
*/
public function submit(Form $form, array $values = array())
Expand Down

0 comments on commit d3ad106

Please sign in to comment.