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 21cea20 commit c7b930fCopy full SHA for c7b930f
configuration/override_dir_structure.rst
@@ -102,7 +102,7 @@ Changing the cache directory can be achieved by overriding the
102
{
103
// ...
104
105
- public function getCacheDir()
+ public function getCacheDir() : string
106
107
return dirname(__DIR__).'/var/'.$this->environment.'/cache';
108
}
@@ -140,7 +140,7 @@ your application::
140
141
142
143
- public function getLogDir()
+ public function getLogDir() : string
144
145
return dirname(__DIR__).'/var/'.$this->environment.'/log';
146
0 commit comments