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 7dfe821 commit a20ace6Copy full SHA for a20ace6
configuration/override_dir_structure.rst
@@ -51,7 +51,7 @@ method in the ``Kernel`` class of your application::
51
{
52
// ...
53
54
- public function getCacheDir()
+ 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()
+ public function getLogDir() : string
88
89
return dirname(__DIR__).'/var/'.$this->environment.'/log';
90
0 commit comments