Skip to content

Commit 6dcde63

Browse files
Merge pull request #1033 from mirko-pagliai/3.x
Fixed typo for login controller element
1 parent 42708a2 commit 6dcde63

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

templates/bake/element/Controller/login.twig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
/**
1717
* Login method
1818
*
19-
* @return \Cake\Http\Response|null|void Redirects on successful edit, renders view otherwise.
20-
* @throws \Cake\Datasource\Exception\RecordNotFoundException When record not found.
19+
* @return \Cake\Http\Response|null|void Redirects on successful login, renders view otherwise.
2120
*/
2221
public function login()
2322
{

tests/comparisons/Controller/testBakeActionsAuthenticationPlugin.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ public function delete($id = null)
112112
/**
113113
* Login method
114114
*
115-
* @return \Cake\Http\Response|null|void Redirects on successful edit, renders view otherwise.
116-
* @throws \Cake\Datasource\Exception\RecordNotFoundException When record not found.
115+
* @return \Cake\Http\Response|null|void Redirects on successful login, renders view otherwise.
117116
*/
118117
public function login()
119118
{

0 commit comments

Comments
 (0)