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
  • Loading branch information
sidolov committed Aug 21, 2020
2 parents 8b7d949 + e9ac642 commit 2f854a4
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 2f854a4

Please sign in to comment.