File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
templates/bake/element/Controller
tests/comparisons/Controller Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments