Skip to content

Commit 4324867

Browse files
authored
Apply suggestions from code review
phpstan fix
1 parent c961611 commit 4324867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/design/frontend/base/default/template/oauth2/authorize.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<?php
1818

1919
/**
20-
* @var $this Mage_Oauth2_Block_Authorize
20+
* @var Mage_Oauth2_Block_Authorize $this
2121
*/
2222
?>
2323

app/design/frontend/base/default/template/oauth2/device/verify.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<?php
1818

1919
/**
20-
* @var $this Mage_Oauth2_Block_Device_Verify
20+
* @var Mage_Oauth2_Block_Device_Verify $this
2121
*/
2222
?>
2323
<form action="<?php echo $this->getFormActionUrl(); ?>" method="post">

0 commit comments

Comments
 (0)