10000 [Foundation] fixed a typo · CodingFabian/symfony@e182853 · GitHub
[go: up one dir, main page]

Skip to content

Commit e182853

Browse files
pborrelifabpot
authored andcommitted
[Foundation] fixed a typo
1 parent ed6ffb5 commit e182853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Foundation/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public function getStartTime()
185185

186186
public function getParameters()
187187
{
188-
return $parameters;
188+
return $this->parameters;
189189
}
190190

191191
public function getDefaultParameters()

0 commit comments

Comments
 (0)
0