From ba1bb9f23890c388b193bcddbe8415f5b5d4443f Mon Sep 17 00:00:00 2001 From: moveDaniel Date: Mon, 20 Aug 2018 13:17:04 +0200 Subject: [PATCH] Add ignore Annotation annotation Add IgnoreAnnotation annotations to ignore @public, @protected, @pre cause doctrine parser searching for imports --- tcpdf.php | 3 +++ 1 file changed, 3 insertions(+) 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 {