Skip to content

Commit 3f68637

Browse files
committed
QA: Whitespace
1 parent 250accd commit 3f68637

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/php/de/thekid/dialog/import/Source.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ abstract class Source implements Value {
1111
private static $descriptions= new Descriptions();
1212
private $name;
1313

14-
public function __construct(protected Folder $origin, protected File $file, protected ?array<string, mixed> $entry= null) {
14+
/** Creates a new source from a given folder and file, optionally passing an existing entry */
15+
public function __construct(
16+
protected Folder $origin,
17+
protected File $file,
18+
protected ?array<string, mixed> $entry= null
19+
) {
1520
$this->name= $this->origin->dirname;
1621
}
1722

0 commit comments

Comments
 (0)