Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:kiwilan/php-ebook into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Jan 22, 2024
2 parents e758b31 + f956e77 commit 82e0619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EbookCover.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getContent(bool $toBase64 = false): ?string
/**
* Get the cover contents.
*
* @param bool $toBase64 If true, the contents will be returned in base64 format.
* @param bool $toBase64 If true, the contents will be returned in base64 format.
*/
public function getContents(bool $toBase64 = false): ?string
{
Expand Down
2 changes: 1 addition & 1 deletion src/Tools/BookIdentifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class BookIdentifier
{
/**
* @param bool $autoDetect Try to auto detect scheme, even if provided (default: `true`)
* @param bool $autoDetect Try to auto detect scheme, even if provided (default: `true`)
*/
public function __construct(
protected mixed $value = null,
Expand Down

0 comments on commit 82e0619

Please sign in to comment.