Skip to content

Commit

Permalink
fix cs-fixer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Apr 17, 2024
1 parent f3b2f63 commit f590834
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pdflib/PDFlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1744,10 +1744,7 @@ public function utf32_to_utf16($utf32string, $ordering) {}
public function utf8_to_utf16($utf8string, $ordering) {}
}

class PDFlibException extends Exception
{
//
}
class PDFlibException extends Exception {}

/**
* Activates a previously created structure element or other content item.
Expand Down

2 comments on commit f590834

@codebear
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isfedorov sorry about that, I did a local mistake and ended up reverting this phpcs-fix prior to comitting without even noticing

@isfedorov
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no problem!

Please sign in to comment.