minor #28567 [FWBundle] Fix an error in WebTestCase::createClient's PHPDoc (dunglas)

This PR was merged into the 2.8 branch.

Discussion
----------

[FWBundle] Fix an error in WebTestCase::createClient's PHPDoc

| Q             | A
| ------------- | ---
| Branch?       | 2.8
| Bug fix?      | no
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Commits
-------

3033aaf6fb [FWBundle] Fix an error in WebTestCase::createClient's PHPDoc
This commit is contained in:
Nicolas Grekas 2018-09-23 21:23:40 +02:00
commit afe0812a53

View File

@ -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