Skip to content

Commit e692e73

Browse files
committed
chore: remove phpdoc
1 parent ae96168 commit e692e73

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/PDFtk.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public function dumpDataFields(string $pdfFilePath, bool $utf8 = true): array
129129
$name = $parts['FieldName'];
130130
/** @var string|null $nameAlt */
131131
$nameAlt = $parts['FieldNameAlt'] ?? null;
132-
/** @var int|null $flags */
133132
$flags = $parts['FieldFlags'] ? (int) $parts['FieldFlags'] : null;
134133
/** @var string|null $justification */
135134
$justification = $parts['FieldJustification'] ?? null;

0 commit comments

Comments
 (0)