Skip to content

Commit

Permalink
chore: fixed required change
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Shapiro <[email protected]>
  • Loading branch information
2 people authored and uncleempty committed Apr 5, 2022
1 parent a07843a commit 0a16fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/publishing/delivery/RemoteDeliveryPublisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private function getSynchronizedDeliveryProperties(core_kernel_classes_Resource
$value = $value->getUri();
}

if (empty($value) && in_array($propertyKey, self::NOT_EMPTY_DELIVERY_PROPERTIES)) {
if (empty($value) && in_array($propertyKey, self::NOT_EMPTY_DELIVERY_PROPERTIES, true)) {
continue;
}

Expand Down

0 comments on commit 0a16fb8

Please sign in to comment.