Skip to content

Commit ea5ba8c

Browse files
cs fix
1 parent 175efe4 commit ea5ba8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HttpKernelBrowser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
*
2626
* @author Fabien Potencier <fabien@symfony.com>
2727
*
28-
* @method Request getRequest() A Request instance
29-
* @method Response getResponse() A Response instance
28+
* @method Request getRequest()
29+
* @method Response getResponse()
3030
*/
3131
class HttpKernelBrowser extends AbstractBrowser
3232
{

0 commit comments

Comments
 (0)