Skip to content

Commit 973ad3f

Browse files
committed
Advertise PHP 7 syntax
1 parent 61e07ca commit 973ad3f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ Tokenize
66
[![BSD Licence](https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png)](https://github.com/xp-framework/core/blob/master/LICENCE.md)
77
[![Required PHP 5.5+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_5plus.png)](http://php.net/)
88
[![Supports PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png)](http://php.net/)
9-
[![Supports HHVM 3.4+](https://raw.githubusercontent.com/xp-framework/web/master/static/hhvm-3_4plus.png)](http://hhvm.com/)
109
[![Latest Stable Version](https://poser.pugx.org/xp-framework/tokenize/version.png)](https://packagist.org/packages/xp-framework/tokenize)
1110

1211
Tokenizing text
1312

1413
```php
15-
use text\StringTokenizer;
16-
use text\StreamTokenizer;
14+
use text\{StringTokenizer, StreamTokenizer};
1715
use io\File;
1816

1917
// Supports strings and streams

0 commit comments

Comments
 (0)