Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 91eafc4

Browse filesBrowse files
committed
[HttpFoundation] fixed phpdoc
1 parent 4375594 commit 91eafc4
Copy full SHA for 91eafc4

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎src/Symfony/Components/HttpFoundation/CacheControl.php

Copy file name to clipboardExpand all lines: src/Symfony/Components/HttpFoundation/CacheControl.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CacheControl
3030
/**
3131
* Constructor.
3232
*
33-
* @param Symfony\Components\HttpKernel\HeaderBag $bag A HeaderBag instance
33+
* @param Symfony\Components\HttpFoundation\HeaderBag $bag A HeaderBag instance
3434
* @param string $header The value of the Cache-Control HTTP header
3535
* @param string $type The type (null, request, or response)
3636
*/

‎src/Symfony/Components/HttpFoundation/HeaderBag.php

Copy file name to clipboardExpand all lines: src/Symfony/Components/HttpFoundation/HeaderBag.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function delete($key)
147147
/**
148148
* Returns an instance able to manage the Cache-Control header.
149149
*
150-
* @return Symfony\Components\HttpKernel\Cache\CacheControl A CacheControl instance
150+
* @return Symfony\Components\HttpFoundation\Cache\CacheControl A CacheControl instance
151151
*/
152152
public function getCacheControl()
153153
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.