Skip to content

Commit e8d53f4

Browse files
committed
format files
1 parent 7a8b52b commit e8d53f4

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.github/dependabot.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version: 2
22
updates:
3-
43
# Maintain dependencies for GitHub Actions
54
- package-ecosystem: "github-actions"
65
directory: "/"
@@ -9,7 +8,7 @@ updates:
98
day: "monday"
109
assignees:
1110
- "octocat"
12-
11+
1312
# Maintain dependencies for Composer
1413
- package-ecosystem: "composer"
1514
directory: "/"

src/Facade/Group/AddToCartFacade.php

-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ public function setCurrency(string $iso);
2121
* @param integer|float $val eg. 7.77
2222
*/
2323
public function setValue(int|float $val);
24-
2524
}

src/Facade/Type/GtmEventType.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66
* Use this type to skip reserved names of events inside the EventHelper.
77
* NOTICE: reserved names will not pass debugging, be careful with this.
88
*/
9-
interface GtmEventType extends EventType
10-
{
11-
}
9+
interface GtmEventType extends EventType {}

src/Helper/EventParamsHelper.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ public function __construct(
1212
protected null|string $page_referrer = null,
1313
protected null|string $page_title = null,
1414
protected null|string $screen_resolution = null
15-
) {
16-
}
15+
) {}
1716

1817
public function setLanguage(string $lang)
1918
{

0 commit comments

Comments
 (0)