8000
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.
2 parents d999a91 + 4dac3da commit 2730b1fCopy full SHA for 2730b1f
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