Merge pull request #92 from moveDaniel/patch-1

Add ignore Annotation annotation
This commit is contained in:
Nicola Asuni 2018-09-14 13:01:14 +01:00 committed by GitHub
commit e377b73ccc
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.18
* @author Nicola Asuni - info@tecnick.com
* @IgnoreAnnotation("protected")
* @IgnoreAnnotation("public")
* @IgnoreAnnotation("pre")
*/
class TCPDF {