Skip to content

Commit 21c5319

Browse files
committed
fix: remove sample logos and apply suggestions from code review
1 parent 89ebfc9 commit 21c5319

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

app/code/core/Mage/Oauth2/controllers/Adminhtml/Oauth2/ClientController.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function preDispatch()
7171

7272
/**
7373
* Index action - display list of OAuth2 clients
74-
*
74+
*
7575
* @return void
7676
*/
7777
public function indexAction()
@@ -83,7 +83,7 @@ public function indexAction()
8383

8484
/**
8585
* New client action - display form for creating new OAuth2 client
86-
*
86+
*
8787
* @return void
8888
*/
8989
public function newAction()
@@ -107,7 +107,7 @@ public function newAction()
107107

108108
/**
109109
* Edit client action - display form for editing existing OAuth2 client
110-
*
110+
*
111111
* @return void
112112
*/
113113
public function editAction()
@@ -128,8 +128,8 @@ public function editAction()
128128

129129
/**
130130
* Save client action - save new or update existing OAuth2 client
131-
*
132-
* @return void
131+
*
132+
* @return mixed
133133
*/
134134
public function saveAction()
135135
{
@@ -169,7 +169,7 @@ public function saveAction()
169169

170170
/**
171171
* Delete client action
172-
*
172+
*
173173
* @return void
174174
*/
175175
public function deleteAction()

app/code/core/Mage/Oauth2/controllers/AuthorizeController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Mage_Oauth2_AuthorizeController extends Mage_Oauth2_Controller_BaseControl
2222
/**
2323
* Index action
2424
*
25-
* @return void
25+
* @return mixed
2626
*/
2727
public function indexAction()
2828
{

app/code/core/Mage/Oauth2/controllers/DeviceController.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Mage_Oauth2_DeviceController extends Mage_Oauth2_Controller_BaseController
2222
/**
2323
* Request action - Generate device and user codes
2424
*
25-
* @return void
25+
* @return mixed
2626
*/
2727
public function requestAction()
2828
{
@@ -44,7 +44,7 @@ public function requestAction()
4444
/**
4545
* Authorize action - Process device authorization
4646
*
47-
* @return void
47+
* @return mixed
4848
*/
4949
public function authorizeAction()
5050
{
@@ -101,7 +101,7 @@ public function authorizeAction()
101101
/**
102102
* Poll action - Check authorization status and provide access token
103103
*
104-
* @return void
104+
* @return mixed
105105
*/
106106
public function pollAction()
107107
{
-2.14 KB
Binary file not shown.
-2.11 KB
Binary file not shown.

0 commit comments

Comments
 (0)