@@ -80,13 +80,13 @@ class FBEHelper
80
80
/**
81
81
* FBEHelper constructor
82
82
*
83
- * @param ObjectManagerInterface $objectManager
84
- * @param Logger $logger
85
- * @param StoreManagerInterface $storeManager
86
- * @param SystemConfig $systemConfig
83
+ * @param ObjectManagerInterface $objectManager
84
+ * @param Logger $logger
85
+ * @param StoreManagerInterface $storeManager
86
+ * @param SystemConfig $systemConfig
87
87
* @param ProductMetadataInterface $productMetadata
88
- * @param GraphAPIConfig $graphAPIConfig
89
- * @param GraphAPIAdapter $graphAPIAdapter
88
+ * @param GraphAPIConfig $graphAPIConfig
89
+ * @param GraphAPIAdapter $graphAPIAdapter
90
90
*/
91
91
public function __construct (
92
92
ObjectManagerInterface $ objectManager ,
@@ -158,7 +158,7 @@ public function getSource(): string
158
158
/**
159
159
* Get partner agent
160
160
*
161
- * @param bool $withMagentoVersion
161
+ * @param bool $withMagentoVersion
162
162
* @return string
163
163
*/
164
164
public function getPartnerAgent ($ withMagentoVersion = false )
@@ -174,7 +174,7 @@ public function getPartnerAgent($withMagentoVersion = false)
174
174
/**
175
175
* Get url
176
176
*
177
- * @param string $partialURL
177
+ * @param string $partialURL
178
178
* @return mixed
179
179
*/
180
180
public function getUrl ($ partialURL )
@@ -186,8 +186,8 @@ public function getUrl($partialURL)
186
186
/**
187
187
* Create object
188
188
*
189
- * @param string $fullClassName
190
- * @param array $arguments
189
+ * @param string $fullClassName
190
+ * @param array $arguments
191
191
* @return mixed
192
192
*/
193
193
public function createObject ($ fullClassName , array $ arguments = [])
@@ -198,7 +198,7 @@ public function createObject($fullClassName, array $arguments = [])
198
198
/**
199
199
* Get object
200
200
*
201
- * @param string $fullClassName
201
+ * @param string $fullClassName
202
202
* @return mixed
203
203
*/
204
204
public function getObject ($ fullClassName )
@@ -209,7 +209,7 @@ public function getObject($fullClassName)
209
209
/**
210
210
* Is valid fbid
211
211
*
212
- * @param string $id
212
+ * @param string $id
213
213
* @return bool
214
214
*/
215
215
public static function isValidFBID ($ id ) // phpcs:ignore
@@ -242,7 +242,7 @@ public function getBaseUrl()
242
242
/**
243
243
* Get fbe external business id
244
244
*
245
- * @param int $storeId
245
+ * @param int $storeId
246
246
* @return mixed|string|null
247
247
*/
248
248
public function getFBEExternalBusinessId ($ storeId )
@@ -259,7 +259,7 @@ public function getFBEExternalBusinessId($storeId)
259
259
/**
260
260
* Log
261
261
*
262
- * @param string $info
262
+ * @param string $info
263
263
* @param mixed[] $context
264
264
*/
265
265
public function log ($ info , array $ context = [])
@@ -292,7 +292,7 @@ public function log($info, array $context = [])
292
292
/**
293
293
* Log critical
294
294
*
295
- * @param string $message
295
+ * @param string $message
296
296
* @param mixed[] $context
297
297
*/
298
298
public function logCritical ($ message , array $ context = [])
@@ -304,7 +304,7 @@ public function logCritical($message, array $context = [])
304
304
* Log exception
305
305
*
306
306
* @param Throwable $e
307
- * @param array $context
307
+ * @param array $context
308
308
*/
309
309
public function logException (Throwable $ e , array $ context = [])
310
310
{
@@ -318,10 +318,10 @@ public function logException(Throwable $e, array $context = [])
318
318
/**
319
319
* Log exception details
320
320
*
321
- * @param int $code
321
+ * @param int $code
322
322
* @param string $message
323
323
* @param string $traceAsString
324
- * @param array $context
324
+ * @param array $context
325
325
*/
326
326
public function logExceptionDetails ($ code , $ message , $ traceAsString , array $ context = [])
327
327
{
@@ -362,7 +362,7 @@ public function logExceptionDetails($code, $message, $traceAsString, array $cont
362
362
* Log exception and persist immediately with Meta
363
363
*
364
364
* @param Throwable $e
365
- * @param array $context
365
+ * @param array $context
366
366
*/
367
367
public function logExceptionImmediatelyToMeta (Throwable $ e , array $ context = [])
368
368
{
@@ -375,10 +375,10 @@ public function logExceptionImmediatelyToMeta(Throwable $e, array $context = [])
375
375
*
376
376
* `logExceptionImmediatelyToMeta` should be preferred whenever a /Throwable is available.
377
377
*
378
- * @param int $code
378
+ * @param int $code
379
379
* @param string $message
380
380
* @param string $traceAsString
381
- * @param array $context
381
+ * @param array $context
382
382
*/
383
383
public function logExceptionDetailsImmediatelyToMeta ($ code , $ message , $ traceAsString , array $ context = [])
384
384
{
@@ -390,7 +390,7 @@ public function logExceptionDetailsImmediatelyToMeta($code, $message, $traceAsSt
390
390
* Log telemetry and persist with Meta
391
391
*
392
392
* @param string $message
393
- * @param array $context
393
+ * @param array $context
394
394
*/
395
395
public function logTelemetryToMeta (string $ message , array $ context = [])
396
396
{
@@ -422,7 +422,7 @@ public function getStoreCurrencyCode()
422
422
/**
423
423
* Fetch aam settings
424
424
*
425
- * @param string $pixelId
425
+ * @param string $pixelId
426
426
* @return mixed
427
427
*/
428
428
private function fetchAAMSettings ($ pixelId )
@@ -454,8 +454,8 @@ public function getAAMSettings()
454
454
/**
455
455
* Save aam settings
456
456
*
457
- * @param object $settings
458
- * @param int $storeId
457
+ * @param object $settings
458
+ * @param int $storeId
459
459
* @return false|string
460
460
*/
461
461
private function saveAAMSettings ($ settings , $ storeId )
@@ -477,8 +477,8 @@ private function saveAAMSettings($settings, $storeId)
477
477
/**
478
478
* Fetch and save aam settings
479
479
*
480
- * @param string $pixelId
481
- * @param int $storeId
480
+ * @param string $pixelId
481
+ * @param int $storeId
482
482
* @return false|string|null
483
483
*/
484
484
public function fetchAndSaveAAMSettings ($ pixelId , $ storeId )
0 commit comments