Skip to content

Commit 01e90b1

Browse files
andrewbessAndrii Beziazychnyi
authored and
Andrii Beziazychnyi
committed
Fixed bad code style in return type declaration
1 parent b0eec73 commit 01e90b1

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)