Skip to content

Commit 06db939

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Update some code
2 parents 0e5ff41 + 2730b1f commit 06db939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/override_dir_structure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Changing the cache directory can be achieved by overriding the
102102
{
103103
// ...
104104

105-
public function getCacheDir()
105+
public function getCacheDir(): string
106106
{
107107
return dirname(__DIR__).'/var/'.$this->environment.'/cache';
108108
}
@@ -140,7 +140,7 @@ your application::
140140
{
141141
// ...
142142

143-
public function getLogDir()
143+
public function getLogDir(): string
144144
{
145145
return dirname(__DIR__).'/var/'.$this->environment.'/log';
146146
}

0 commit comments

Comments
 (0)