Skip to content

Commit

Permalink
ENGCOM-8053: Fixed the wrong code style in return type declaration #2…
Browse files Browse the repository at this point in the history
…9703

 - Merge Pull Request #29703 from andrewbess/magento2:small-fixes/module-captcha-fix-code-style
 - Merged commits:
   1. 01e90b1
  • Loading branch information
magento-engcom-team committed Aug 21, 2020
2 parents 8b7d949 + 01e90b1 commit e9ac642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Captcha/CustomerData/Captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function __construct(
/**
* @inheritdoc
*/
public function getSectionData() :array
public function getSectionData(): array
{
$data = [];

Expand Down

0 comments on commit e9ac642

Please sign in to comment.