Skip to content

Commit

Permalink
Drop constructor limitation from BaseInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver committed Jul 5, 2024
1 parent 948030c commit d512c29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Latex/LatexBaseInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

interface LatexBaseInterface extends LatexInterface
{
public function __construct(string $fileName);

/**
* Should return the filename for the pdf file
*/
Expand Down

0 comments on commit d512c29

Please sign in to comment.