Skip to content

Commit 34bdc8a

Browse files
committed
Merge pull request #16 from jmikola/phplib-105
PHPLIB-105: Remove Collection::VERSION constant
2 parents 09bef9b + 73d571f commit 34bdc8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Collection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
class Collection
2020
{
21-
const VERSION = "0.1.0";
22-
2321
/* {{{ consts & vars */
2422
const QUERY_FLAG_TAILABLE_CURSOR = 0x02;
2523
const QUERY_FLAG_SLAVE_OKAY = 0x04;

0 commit comments

Comments
 (0)