Skip to content

Commit b329539

Browse files
committed
Remove @Version from docblock as out of date
1 parent 7e37125 commit b329539

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/HOTP.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* @author Jakob Heuser (firstname)@felocity.com
1212
* @copyright 2011-2020
1313
* @license BSD-3-Clause
14-
* @version 1.0
1514
*/
1615
class HOTP
1716
{

src/HOTPResult.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* @author Jakob Heuser (firstname)@felocity.com
1212
* @copyright 2011-2020
1313
* @license BSD-3-Clause
14-
* @version 1.0
1514
*/
1615
class HOTPResult
1716
{

tests/HOTPTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/**
99
* @copyright 2020
1010
* @license BSD-3-Clause
11-
* @version 1.0
1211
*
1312
* @covers \jakobo\HOTP\HOTP
1413
* @covers \jakobo\HOTP\HOTPResult

0 commit comments

Comments
 (0)