Add ignore Annotation annotation

Add IgnoreAnnotation annotations to ignore @public, @protected, @pre cause doctrine parser searching for imports
This commit is contained in:
moveDaniel 2018-08-20 13:17:04 +02:00 committed by GitHub
parent 64fc194398
commit ba1bb9f238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {