Skip to content

Commit 95eac65

Browse files
committed
Fix php cs fixer
1 parent f36aacc commit 95eac65

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

classes/Hook/HookDisplayFooter.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
use PrestaShop\Module\Ps_Googleanalytics\Handler\GanalyticsJsHandler;
2828
use PrestaShop\Module\Ps_Googleanalytics\Wrapper\ProductWrapper;
2929
use Ps_Googleanalytics;
30-
use Tools;
31-
use RecursiveIteratorIterator;
3230
use RecursiveArrayIterator;
31+
use RecursiveIteratorIterator;
32+
use Tools;
3333

3434
class HookDisplayFooter implements HookInterface
3535
{
@@ -74,8 +74,8 @@ public function run()
7474
}
7575
} elseif (is_array($gacart)) {
7676
$it = new RecursiveIteratorIterator(new RecursiveArrayIterator($gacart));
77-
foreach($it as $v) {
78-
$gaScripts .= $v;
77+
foreach ($it as $v) {
78+
$gaScripts .= $v;
7979
}
8080
} else {
8181
$gaScripts .= $gacart;

0 commit comments

Comments
 (0)