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 411b932

Browse filesBrowse files
committed
minor #16030 Add the missing square bracket for a route (tunggnu)
This PR was merged into the 5.3 branch. Discussion ---------- Add the missing square bracket for a route Commits ------- c955fd7 Add the missing square bracket for a route
2 parents d140faa + c955fd7 commit 411b932
Copy full SHA for 411b932

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.