Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 21a30ff

Browse files
committed
Update code-style 💻
1 parent bb8d8c6 commit 21a30ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/Services/Compiler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Compiler
1919

2020
public function __construct(
2121
protected Stringify $stringify,
22-
protected Config $config
22+
protected Config $config
2323
) {
2424
}
2525

‎src/Services/Syncer.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ class Syncer
1717
protected bool $sync = false;
1818

1919
public function __construct(
20-
protected Parser $parser,
20+
protected Parser $parser,
2121
protected Compiler $compiler,
22-
protected Finder $finder
22+
protected Finder $finder
2323
) {
2424
}
2525

0 commit comments

Comments
 (0)