We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47cea2 commit 35580b9Copy full SHA for 35580b9
configuration/override_dir_structure.rst
@@ -51,7 +51,7 @@ method in the ``Kernel`` class of your application::
51
{
52
// ...
53
54
- public function getCacheDir() : string
+ public function getCacheDir(): string
55
56
return dirname(__DIR__).'/var/'.$this->environment.'/cache';
57
}
@@ -84,7 +84,7 @@ method::
84
85
86
87
- public function getLogDir() : string
+ public function getLogDir(): string
88
89
return dirname(__DIR__).'/var/'.$this->environment.'/log';
90
0 commit comments