Skip to content

Commit 13303cf

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Fix param annotation in HttpKernelBrowser [Cache] fix compat with apcu < 5.1.10 Run `open_basedir` tests in separate processes
2 parents 1f007d2 + 740f9f2 commit 13303cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HttpKernelBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ protected function filterFiles(array $files)
192192
/**
193193
* {@inheritdoc}
194194
*
195-
* @param Request $request
195+
* @param Response $response
196196
*
197197
* @return DomResponse
198198
*/

0 commit comments

Comments
 (0)