Skip to content

Commit 4dac3da

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Update some code
2 parents 265edf0 + 35580b9 commit 4dac3da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/override_dir_structure.rst

+2-2
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)