We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733d72a commit 4592de4Copy full SHA for 4592de4
app/code/Magento/CatalogUrlRewrite/Plugin/Catalog/Block/Adminhtml/Category/Tab/Attributes.php
@@ -4,8 +4,6 @@
4
* See COPYING.txt for license details.
5
*/
6
7
-declare(strict_types=1);
8
-
9
namespace Magento\CatalogUrlRewrite\Plugin\Catalog\Block\Adminhtml\Category\Tab;
10
11
use Magento\Catalog\Api\Data\CategoryInterface;
@@ -39,7 +37,7 @@ public function __construct(ScopeConfigInterface $scopeConfig)
39
37
* @param array $result
40
38
* @return array
41
42
- public function afterGetAttributesMeta(DataProvider $subject, $result): array
+ public function afterGetAttributesMeta(DataProvider $subject, $result)
43
{
44
if (!isset($result['url_key'])) {
45
return $result;
0 commit comments