1
0
mirror of synced 2025-01-31 15:22:01 +03:00

Empty product properties fix

This commit is contained in:
Alex Lushpai 2022-05-13 13:44:03 +03:00 committed by GitHub
commit 6e792412de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -585,9 +585,9 @@ class SettingsService
/**
* @param int $iblockId
*
* @return array
* @return array|null
*/
public function getProductProps(int $iblockId): array
public function getProductProps(int $iblockId): ?array
{
$propertiesProduct = null;