Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Sep 20, 2023
1 parent 46888a2 commit 4bf98e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/BookFileSystemManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public function extractCover(Book $book): Book
case 'cbz':
$archive = new Archive7z($bookFile->getRealPath());

if(!$archive->isValid()) {
if (!$archive->isValid()) {
break;
}

Expand Down

0 comments on commit 4bf98e4

Please sign in to comment.