Skip to content

Commit

Permalink
Improved style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
janiscw committed Apr 26, 2024
1 parent 889d35a commit 8554310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Writers/PdfWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ public function useFont($name, $size, $color = null);
*/
public function getFonts();


/**
* @return int
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Writers/PdflibPdfWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function __construct($license, $creator)
}

/**
* @param $searchPath
* @param $searchPath
* @return $this
*/
public function defineFontSearchPath($searchPath)
Expand Down Expand Up @@ -363,7 +363,7 @@ public function nextLine(?float $spacing = null)
/**
* Set the line offset.
*
* @param float $spacing
* @param float $spacing
* @return $this
*/
public function setLineSpacing(float $spacing): static
Expand Down

0 comments on commit 8554310

Please sign in to comment.