Skip to content

Commit c7b930f

Browse files
authored
Update some code
1 parent 21cea20 commit c7b930f

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)