Skip to content

Commit d438a22

Browse files
committed
Fix styling
1 parent 2bd3dca commit d438a22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Contracts/Presenter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
interface Presenter
66
{
77
public static function make(array $contents): self;
8-
8+
99
public function getDisk();
1010

1111
public function getFilename();

src/Processor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
class Processor
1010
{
1111
protected array $data;
12+
1213
protected Presenter $presenter;
1314

1415
public function __construct()

0 commit comments

Comments
 (0)