Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b41319b

Browse filesBrowse files
committed
Merge branch '5.3' into 5.4
* 5.3: Add the missing square bracket for a route
2 parents 89e5c69 + 411b932 commit b41319b
Copy full SHA for b41319b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎page_creation.rst

Copy file name to clipboardExpand all lines: page_creation.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can now add your route directly *above* the controller:
133133
134134
class LuckyController
135135
{
136-
+ #[Route('/lucky/number')
136+
+ #[Route('/lucky/number')]
137137
public function number()
138138
{
139139
// this looks exactly the same

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.