Skip to content

Commit

Permalink
Fix typing - Should be set to string
Browse files Browse the repository at this point in the history
  • Loading branch information
artulloss committed Sep 20, 2023
1 parent 2ce6a33 commit 7accd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FpdiProtection.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function __construct($orientation = 'P', $unit = 'mm', $size = 'A4')
* @param int|array $permissions An array of permission values (see class constants) or the sum of the constant
* values. If a value is present it means that the permission is granted.
* @param string $userPass If a user password is set, user will be prompted before document is opened.
* @param null $ownerPass If an owner password is set, document can be opened in privilege mode with no
* @param string|null $ownerPass If an owner password is set, document can be opened in privilege mode with no
* restriction if that password is entered.
* @param int $revision The revision number of the security handler (2 = RC4-40bits, 3 = RC4-128bits)
* @return string The owner password
Expand Down

0 comments on commit 7accd5d

Please sign in to comment.