Skip to content

Commit

Permalink
Merge pull request #467 from Jean85/patch-1
Browse files Browse the repository at this point in the history
[2.0] Fix runCommand PHPDoc
  • Loading branch information
alexislefebvre committed Nov 15, 2018
2 parents 4a71c0c + 57f2b40 commit ee1b91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/WebTestCase.php
Expand Up @@ -84,7 +84,7 @@ protected function getServiceMockBuilder(string $id): MockBuilder
* @param array $params
* @param bool $reuseKernel
*
* @return string
* @return CommandTester
*/
protected function runCommand(string $name, array $params = [], bool $reuseKernel = false): CommandTester
{
Expand Down

0 comments on commit ee1b91e

Please sign in to comment.