Skip to content

Commit 1aaec5f

Browse files
committed
minor symfony#25554 [4.0][Console] Fix upgrade guide example (romainneutron)
This PR was submitted for the 4.0 branch but it was merged into the 3.4 branch instead (closes symfony#25554). Discussion ---------- [4.0][Console] Fix upgrade guide example | Q | A | ------------- | --- | Branch? | 4.0 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Otherwise ``` Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Namespace prefix must end with a "\": AppBundle\Command. ``` Commits ------- d6fea56 [Command] Fix upgrade guide example
2 parents 77104a1 + d6fea56 commit 1aaec5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ HttpKernel
627627
# ...
628628

629629
# explicit commands registration
630-
AppBundle\Command:
630+
AppBundle\Command\:
631631
resource: '../../src/AppBundle/Command/*'
632632
tags: ['console.command']
633633
```

0 commit comments

Comments
 (0)