Skip to content

Commit 35580b9

Browse files
committed
Minor tweak
1 parent c47cea2 commit 35580b9

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

0 commit comments

Comments
 (0)