[HttpKernel] Fix the folder attribute of file storage to private

This commit is contained in:
alexandresalome 2011-07-24 11:32:23 +02:00
parent 70f73e1ebc
commit 4b1dc1f002

View File

@ -17,7 +17,12 @@ namespace Symfony\Component\HttpKernel\Profiler;
*/
class FileProfilerStorage implements ProfilerStorageInterface
{
protected $folder;
/**
* Folder where profiler data are stored
*
* @var string
*/
private $folder;
/**
* Construct the file storage using a "dsn-like" path :