Skip to content

Commit cb3ebb8

Browse files
authored
#26778 Eliminate the need for inheritance for action controllers
Fix typo
1 parent 663e1a7 commit cb3ebb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Store/App/Action/Plugin/StoreCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(
3535
* @param ActionInterface $subject
3636
* @return void
3737
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
38-
* @throws \Magento\Framework\Exception\State\InitExceptionn
38+
* @throws \Magento\Framework\Exception\State\InitException
3939
*/
4040
public function beforeExecute(ActionInterface $subject)
4141
{

0 commit comments

Comments
 (0)