empty product properties fix
This commit is contained in:
parent
dfad5edffb
commit
a8d99c2a08
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue