Skip to content

Commit

Permalink
Config.php: use explicit PHP doc entities
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni authored Dec 1, 2023
1 parent 11a79e2 commit f8be6d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Smalot/PdfParser/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@ public function getIgnoreEncryption(): bool
}

/**
* @warning This is a workaround, don't rely on it, may change in the
* future. Further information is in the following PR:
* https://github.com/smalot/pdfparser/pull/653
* @deprecated this is a temporary workaround, don't rely on it
* @see https://github.com/smalot/pdfparser/pull/653
*/
public function setIgnoreEncryption(bool $ignoreEncryption): void
{
Expand Down

0 comments on commit f8be6d6

Please sign in to comment.