We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae96168 commit e692e73Copy full SHA for e692e73
1 file changed
src/PDFtk.php
@@ -129,7 +129,6 @@ public function dumpDataFields(string $pdfFilePath, bool $utf8 = true): array
129
$name = $parts['FieldName'];
130
/** @var string|null $nameAlt */
131
$nameAlt = $parts['FieldNameAlt'] ?? null;
132
- /** @var int|null $flags */
133
$flags = $parts['FieldFlags'] ? (int) $parts['FieldFlags'] : null;
134
/** @var string|null $justification */
135
$justification = $parts['FieldJustification'] ?? null;
0 commit comments