diff --git a/tcpdf.php b/tcpdf.php index ef411a1..50232c0 100644 --- a/tcpdf.php +++ b/tcpdf.php @@ -130,6 +130,9 @@ require_once(dirname(__FILE__).'/include/tcpdf_static.php'); * @brief PHP class for generating PDF documents without requiring external extensions. * @version 6.2.8 * @author Nicola Asuni - info@tecnick.com + * @IgnoreAnnotation("protected") + * @IgnoreAnnotation("public") + * @IgnoreAnnotation("pre") */ class TCPDF {