Skip to content

Commit a3273af

Browse files
committed
Remove typo comment
1 parent 1861e33 commit a3273af

File tree

3 files changed

+5
-38
lines changed

3 files changed

+5
-38
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tecnickcom/tcpdf",
3-
"version": "6.2.20",
3+
"version": "6.2.21",
44
"homepage": "http://www.tcpdf.org/",
55
"type": "library",
66
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",

include/tcpdf_static.php

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class TCPDF_STATIC {
5555
* Current TCPDF version.
5656
* @private static
5757
*/
58-
private static $tcpdf_version = '6.2.20';
58+
private static $tcpdf_version = '6.2.21';
5959

6060
/**
6161
* String alias for total number of pages.
@@ -1774,39 +1774,6 @@ public static function getVectorsAngle($x1, $y1, $x2, $y2) {
17741774
return $angle;
17751775
}
17761776

1777-
1778-
1779-
1780-
1781-
1782-
1783-
1784-
1785-
1786-
1787-
1788-
1789-
1790-
1791-
1792-
1793-
// ====================================================================================================================
1794-
// REIMPLEMENTED
1795-
// ====================================================================================================================
1796-
1797-
1798-
1799-
1800-
1801-
1802-
1803-
1804-
1805-
1806-
1807-
1808-
1809-
18101777
/**
18111778
* Split string by a regular expression.
18121779
* This is a wrapper for the preg_split function to avoid the bug: https://bugs.php.net/bug.php?id=45850

tcpdf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
//============================================================+
33
// File name : tcpdf.php
4-
// Version : 6.2.20
4+
// Version : 6.2.21
55
// Begin : 2002-08-03
66
// Last Update : 2018-09-14
77
// Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com
@@ -104,7 +104,7 @@
104104
* Tools to encode your unicode fonts are on fonts/utils directory.</p>
105105
* @package com.tecnick.tcpdf
106106
* @author Nicola Asuni
107-
* @version 6.2.20
107+
* @version 6.2.21
108108
*/
109109

110110
// TCPDF configuration
@@ -128,7 +128,7 @@
128128
* TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br>
129129
* @package com.tecnick.tcpdf
130130
* @brief PHP class for generating PDF documents without requiring external extensions.
131-
* @version 6.2.20
131+
* @version 6.2.21
132132
* @author Nicola Asuni - info@tecnick.com
133133
* @IgnoreAnnotation("protected")
134134
* @IgnoreAnnotation("public")

0 commit comments

Comments
 (0)