We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bc65a commit 03763e3Copy full SHA for 03763e3
http_cache/validation.rst
@@ -197,7 +197,7 @@ the better. The ``Response::isNotModified()`` method does exactly that::
197
198
class ArticleController extends AbstractController
199
{
200
- public function show($articleSlug, Request $request): Response
+ public function show(string $articleSlug, Request $request): Response
201
202
// Get the minimum information to compute
203
// the ETag or the Last-Modified value
0 commit comments