Fix type hint for \TCPDF_STATIC::_freadint (#414)

Co-authored-by: Nicola Asuni <nicolaasuni@users.noreply.github.com>
This commit is contained in:
Simon Stücher 2021-12-28 13:09:50 +01:00 committed by GitHub
parent a9b327d417
commit 8a1907437d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2141,7 +2141,7 @@ class TCPDF_STATIC {
/**
* Read a 4-byte (32 bit) integer from file.
* @param string $f file name.
* @param resource $f file resource.
* @return int 4-byte integer
* @public static
*/