From dbb63aee9c3dca550d103fe32303f3022a4bef0f Mon Sep 17 00:00:00 2001 From: Adel Date: Fri, 6 Jul 2012 19:52:14 +0300 Subject: [PATCH] Fix typo change String to string --- src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php b/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php index fa09602830..f07c994a5d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php +++ b/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php @@ -32,7 +32,7 @@ abstract class HttpCache extends BaseHttpCache * Constructor. * * @param HttpKernelInterface $kernel An HttpKernelInterface instance - * @param String $cacheDir The cache directory (default used if null) + * @param string $cacheDir The cache directory (default used if null) */ public function __construct(HttpKernelInterface $kernel, $cacheDir = null) {