8000 minor #12890 Fix a minor code mistake (AnaniTH) · symfony/symfony-docs@d2f5469 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2f5469

Browse files
committed
minor #12890 Fix a minor code mistake (AnaniTH)
This PR was merged into the 5.0 branch. Discussion ---------- Fix a minor code mistake Commits ------- 1e0ced5 Fix a minor code mistake
2 parents 79d2c14 + 1e0ced5 commit d2f5469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ the injected slugger is the same as the request locale::
453453

454454
public function someMethod()
455455
{
456-
$slug = $slugger->slug('...');
456+
$slug = $this->slugger->slug('...');
457457
}
458458
}
459459

0 commit comments

Comments
 (0)
0