Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mbardelmeijer authored and actions-user committed Feb 9, 2022
1 parent 6a73100 commit 1692607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Converters/AbstractConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

abstract class AbstractConverter
{
private function __construct(protected DocumentReplacer $documentReplacer, protected array $options) {
private function __construct(protected DocumentReplacer $documentReplacer, protected array $options)
{
}

public static function make(DocumentReplacer $documentReplacer, array $options = []): self
Expand Down
1 change: 0 additions & 1 deletion src/ValueTypes/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class Image

private function __construct(private Closure|string $image)
{

}

public static function forPath(string $path): self
Expand Down

0 comments on commit 1692607

Please sign in to comment.