Skip to content

Commit

Permalink
feat(outline-options): remove dump related classes and update Outline…
Browse files Browse the repository at this point in the history
…Depth.php argument
  • Loading branch information
MaelBriantin committed Oct 16, 2024
1 parent f80cb2e commit aeac607
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
17 changes: 0 additions & 17 deletions src/Backend/WkHtmlToPdf/ExtraOption/DumpDefaultTocXsl.php

This file was deleted.

20 changes: 0 additions & 20 deletions src/Backend/WkHtmlToPdf/ExtraOption/DumpOutline.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Backend/WkHtmlToPdf/ExtraOption/OutlineDepth.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class OutlineDepth implements ExtraOption
{
public function __construct(private readonly ?int $depth = 4)
public function __construct(private readonly int $depth)
{}

public function compile(): array
Expand Down

0 comments on commit aeac607

Please sign in to comment.