mirror of
https://github.com/tecnickcom/TCPDF.git
synced 2025-03-23 23:49:42 +01:00
Add ignore Annotation annotation
Add IgnoreAnnotation annotations to ignore @public, @protected, @pre cause doctrine parser searching for imports
This commit is contained in:
parent
64fc194398
commit
ba1bb9f238
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user