Skip to content

Commit

Permalink
[FWBundle] Fix an error in WebTestCase::createClient's PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Sep 23, 2018
1 parent 51165b7 commit d245235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/WebTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ abstract class WebTestCase extends KernelTestCase
/**
* Creates a Client.
*
* @param array $options An array of options to pass to the createKernel class
* @param array $options An array of options to pass to the createKernel method
* @param array $server An array of server parameters
*
* @return Client A Client instance
Expand Down

0 comments on commit d245235

Please sign in to comment.