Skip to content

Commit d8a09b2

Browse files
committed
Commit from GitHub Actions (style_fix)
1 parent 65b799c commit d8a09b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Google/Merchant/Services/Products/Transformer/ProductTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static function transform(array $productData): Product
5656

5757
$offer = self::offer($productData);
5858

59-
if (!is_null($offer)) {
59+
if (! is_null($offer)) {
6060
$price = new Price();
6161
$price->setValue($offer);
6262
$price->setCurrency('EUR');

0 commit comments

Comments
 (0)