... | ... |
@@ -202,7 +202,7 @@ class Shopware |
202 | 202 |
return false; |
203 | 203 |
} |
204 | 204 |
|
205 |
- public function addOrUpdateProductBySku(string $strSku, array $arrData)/*: bool*/ |
|
205 |
+ public function addOrUpdateProductBySku(string $strSku, array $arrData): bool |
|
206 | 206 |
{ |
207 | 207 |
$blnInsert = true; |
208 | 208 |
// Update or insert check |