From 01e90b12be723c1b64e10c8aa7028bfbe7263015 Mon Sep 17 00:00:00 2001 From: Andrii Beziazychnyi Date: Thu, 20 Aug 2020 20:04:56 +0300 Subject: [PATCH] Fixed bad code style in return type declaration --- app/code/Magento/Captcha/CustomerData/Captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Captcha/CustomerData/Captcha.php b/app/code/Magento/Captcha/CustomerData/Captcha.php index e07bf953abaa3..901477c75610b 100644 --- a/app/code/Magento/Captcha/CustomerData/Captcha.php +++ b/app/code/Magento/Captcha/CustomerData/Captcha.php @@ -58,7 +58,7 @@ public function __construct( /** * @inheritdoc */ - public function getSectionData() :array + public function getSectionData(): array { $data = [];