Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8c5c51

Browse files
committed
minor #6033 Fix Typo (Shine-neko)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6033). Discussion ---------- Fix Typo | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no Commits ------- 1e1a49c Fix Typo
2 parents a48cfc1 + 1e1a49c commit e8c5c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/synthetic_services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ service will get a "service does not exist" error).
3232
In order to do so, you have to use
3333
:method:`Definition::setSynthetic() <Symfony\\Component\\DependencyInjection\\Definition::setSynthetic>`::
3434

35-
use Symfony\Component\DependencyInjectino\Definition;
35+
use Symfony\Component\DependencyInjection\Definition;
3636

3737
// synthetic services don't specify a class
3838
$kernelDefinition = new Definition();

0 commit comments

Comments
 (0)