Skip to content

Commit

Permalink
Add docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed Oct 20, 2023
1 parent a796511 commit 632df97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Uplink/Components/Admin/Authorize_Button_Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ final class Authorize_Button_Controller extends Controller {
*/
private $auth_url = '';

/**
* @param View $view The View Engine to render views.
* @param Authorizer $authorizer Determines if the current user can perform actions.
* @param Token_Manager $token_manager The Token Manager.
* @param Nonce $nonce The Nonce Manager.
* @param Auth_Url $auth_url_manager The Brand Auth URL fetcher.
*/
public function __construct(
View $view,
Authorizer $authorizer,
Expand Down

0 comments on commit 632df97

Please sign in to comment.