@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | $websiteProvider = $this->createMock(WebsiteProviderInterface::class); |
86 | 86 | $websiteProvider->expects($this->any()) |
87 | 87 | ->method('getWebsiteIds') |
88 | - ->will($this->returnCallback(function () use ($repo) { |
|
88 | + ->will($this->returnCallback(function() use ($repo) { |
|
89 | 89 | return $repo->getWebsiteIdentifiers(); |
90 | 90 | })); |
91 | 91 | |
@@ -403,7 +403,7 @@ discard block |
||
403 | 403 | ] |
404 | 404 | ); |
405 | 405 | |
406 | - $items = $this->getResultItems(['alias' => 'oro_product_'. $notExistingId]); |
|
406 | + $items = $this->getResultItems(['alias' => 'oro_product_' . $notExistingId]); |
|
407 | 407 | |
408 | 408 | $this->assertCount(0, $items); |
409 | 409 | } |