Fix typo change String to string

This commit is contained in:
Adel 2012-07-06 19:52:14 +03:00
parent 1cb9a74057
commit dbb63aee9c

View File

@ -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)
{