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 d95a478

Browse filesBrowse files
committed
minor #19091 [Notifier] Use Route attribute instead annotations (tbredillet)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] Use Route attribute instead annotations Use Route attribute instead annotations available since 5.2 Commits ------- fcfc6bd Use Route attribute instead annotations
2 parents 775402d + fcfc6bd commit d95a478
Copy full SHA for d95a478

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎notifier.rst

Copy file name to clipboardExpand all lines: notifier.rst
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,7 @@ send SMS messages::
179179

180180
class SecurityController
181181
{
182-
/**
183-
* @Route("/login/success")
184-
*/
182+
#[Route('/login/success')
185183
public function loginSuccess(TexterInterface $texter)
186184
{
187185
$sms = new SmsMessage(

0 commit comments

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