Skip to content

Commit c83c9a2

Browse files
PHP & JS CS Fixes
1 parent dc91ecb commit c83c9a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
use Ibexa\Contracts\ProductCatalog\Values\Product\ProductQuery;
44
use Ibexa\Contracts\ProductCatalogSymbolAttribute\Search\Criterion\SymbolAttribute;
55

66
$query = new ProductQuery();
77
$query->setFilter(new SymbolAttribute('ean', ['5023920187205']));
8-
/** @var \Ibexa\Contracts\ProductCatalog\ProductServiceInterface $productService*/
9-
$results = $productService->findProducts($query);
8+
/** @var \Ibexa\Contracts\ProductCatalog\ProductServiceInterface $productService */
9+
$results = $productService->findProducts($query);

0 commit comments

Comments
 (0)