Skip to content

Commit 2f854a4

Browse files
authored
ENGCOM-8053: Fixed the wrong code style in return type declaration #29703
2 parents 8b7d949 + e9ac642 commit 2f854a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Captcha/CustomerData/Captcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function __construct(
5858
/**
5959
* @inheritdoc
6060
*/
61-
public function getSectionData() :array
61+
public function getSectionData(): array
6262
{
6363
$data = [];
6464

0 commit comments

Comments
 (0)