@@ -139,7 +139,7 @@ discard block |
||
| 139 | 139 | |
| 140 | 140 | public function hasAssociation(string $productAssociationName): bool |
| 141 | 141 | { |
| 142 | - try{ |
|
| 142 | + try { |
|
| 143 | 143 | $this->getElement('association', ['%associationName%' => $productAssociationName]); |
| 144 | 144 | } catch (ElementNotFoundException $e) { |
| 145 | 145 | return false; |
@@ -170,7 +170,7 @@ discard block |
||
| 170 | 170 | |
| 171 | 171 | public function hasReviewTitled(string $title): bool |
| 172 | 172 | { |
| 173 | - try{ |
|
| 173 | + try { |
|
| 174 | 174 | $element = $this->getElement('reviews_comment', ['%title%' => $title]); |
| 175 | 175 | } catch (ElementNotFoundException $e) { |
| 176 | 176 | return false; |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | |
| 65 | 65 | public function isProductOnList(string $productName): bool |
| 66 | 66 | { |
| 67 | - try{ |
|
| 67 | + try { |
|
| 68 | 68 | $this->getElement('product_name', ['%productName%' => $productName]); |
| 69 | 69 | } catch (ElementNotFoundException $e) { |
| 70 | 70 | return false; |