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 98b6fc7

Browse filesBrowse files
committed
merged branch Adel-E/patch-1 (PR #4775)
Commits ------- dbb63ae Fix typo change String to string Discussion ---------- Fix typo change "String" to "string" Bug fix: no Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: N/A Todo: N/A License of the code: MIT Documentation PR: N/A
2 parents 1cb9a74 + dbb63ae commit 98b6fc7
Copy full SHA for 98b6fc7

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ abstract class HttpCache extends BaseHttpCache
3232
* Constructor.
3333
*
3434
* @param HttpKernelInterface $kernel An HttpKernelInterface instance
35-
* @param String $cacheDir The cache directory (default used if null)
35+
* @param string $cacheDir The cache directory (default used if null)
3636
*/
3737
public function __construct(HttpKernelInterface $kernel, $cacheDir = null)
3838
{

0 commit comments

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