Skip to content

Commit a20ace6

Browse files
Iam-WenYijaviereguiluz
authored andcommitted
Update some code
1 parent 7dfe821 commit a20ace6

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
@@ -51,7 +51,7 @@ method in the ``Kernel`` class of your application::
5151
{
5252
// ...
5353

54-
public function getCacheDir()
54+
public function getCacheDir() : string
5555
{
5656
return dirname(__DIR__).'/var/'.$this->environment.'/cache';
5757
}
@@ -84,7 +84,7 @@ method::
8484
{
8585
// ...
8686

87-
public function getLogDir()
87+
public function getLogDir() : string
8888
{
8989
return dirname(__DIR__).'/var/'.$this->environment.'/log';
9090
}

0 commit comments

Comments
 (0)