8000 Tags · illuminate/routing · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: illuminate/routing

Tags

v12.18.0

Toggle v12.18.0's commit message
[12.x] Fix `ResponseFactory` should also accept `null` callback (#55833)

`Symfony\Component\HttpFoundation\StreamedResponse` supports
`callable|null` but we currently expect `$callback` to just be
`Closure`.

Fixes #55831

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v12.17.0

Toggle v12.17.0's commit message
[12.x] Fix `ResponseFactory` should also accept `null` callback (#55833)

`Symfony\Component\HttpFoundation\StreamedResponse` supports
`callable|null` but we currently expect `$callback` to just be
`Closure`.

Fixes #55831

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v12.16.0

Toggle v12.16.0's commit message
[12.x] Fix `ResponseFactory` should also accept `null` callback (#55833)

`Symfony\Component\HttpFoundation\StreamedResponse` supports
`callable|null` but we currently expect `$callback` to just be
`Closure`.

Fixes #55831

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v12.15.0

Toggle v12.15.0's commit message
simplify response streams when using generators

v12.14.1

Toggle v12.14.1's commit message
Merge branch '11.x' into 12.x

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v12.14.0

Toggle v12.14.0's commit message
Fix handling of default values for route parameters with a binding fi…

…eld, where a default is not present for that same parameter without a binding field (#55697)

v12.13.0

Toggle v12.13.0's commit message
Add @throws in doc-blocks (#55361)

v12.12.0

Toggle v12.12.0's commit message
Add @throws in doc-blocks (#55361)

v12.11.1

Toggle v12.11.1's commit message
Add @throws in doc-blocks (#55361)

v12.11.0

Toggle v12.11.0's commit message
Add @throws in doc-blocks (#55361)

0