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 bfeb0e6

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

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+4
-4
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Components/HttpFoundation/CacheControl.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ class CacheControl
3030
/**
3131
* Constructor.
3232
*
33-
* @param Symfony\Components\HttpFoundation\HeaderBag $bag A HeaderBag instance
34-
* @param string $header The value of the Cache-Control HTTP header
35-
* @param string $type The type (null, request, or response)
33+
* @param \Symfony\Components\HttpFoundation\HeaderBag $bag A HeaderBag instance
34+
* @param string $header The value of the Cache-Control HTTP header
35+
* @param string $type The type (null, request, or response)
3636
*/
3737
public function __construct(HeaderBag $bag, $header, $type = null)
3838
{

‎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\HttpFoundation\Cache\CacheControl A CacheControl instance
150+
* @return \Symfony\Components\HttpFoundation\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.