Skip to content

Commit

Permalink
Fix runCommand PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Nov 15, 2018
1 parent 4a71c0c commit 57f2b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/WebTestCase.php
Original file line number Diff line number Diff line change
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 57f2b40

Please sign in to comment.