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

This commit is contained in:
Kévin Dunglas 2018-09-23 18:44:27 +02:00
parent 54bd905cb0
commit 3033aaf6fb
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

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