Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8bf60c5

Browse files
committed
Remove annotation
1 parent 69c02df commit 8bf60c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,6 @@ public static function create(string $uri, string $method = 'GET', array $parame
430430
* This is mainly useful when you need to override the Request class
431431
* to keep BC with an existing system. It should not be used for any
432432
* other purpose.
433-
*
434-
* @param callable():SessionInterface|null $callable
435433
*/
436434
public static function setFactory(?callable $callable)
437435
{

0 commit comments

Comments
 (0)