Skip to content

Commit 4592de4

Browse files
impr
1 parent 733d72a commit 4592de4

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/CatalogUrlRewrite/Plugin/Catalog/Block/Adminhtml/Category/Tab

1 file changed

+1
-3
lines changed

app/code/Magento/CatalogUrlRewrite/Plugin/Catalog/Block/Adminhtml/Category/Tab/Attributes.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
declare(strict_types=1);
8-
97
namespace Magento\CatalogUrlRewrite\Plugin\Catalog\Block\Adminhtml\Category\Tab;
108

119
use Magento\Catalog\Api\Data\CategoryInterface;
@@ -39,7 +37,7 @@ public function __construct(ScopeConfigInterface $scopeConfig)
3937
* @param array $result
4038
* @return array
4139
*/
42-
public function afterGetAttributesMeta(DataProvider $subject, $result): array
40+
public function afterGetAttributesMeta(DataProvider $subject, $result)
4341
{
4442
if (!isset($result['url_key'])) {
4543
return $result;

0 commit comments

Comments
 (0)