Skip to content

Commit d092852

Browse files
committed
Mention Hack language for array<string> and using [skip ci]
1 parent 8644bae commit d092852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ After adding the compiler to your project via `composer require xp-framework/com
1717

1818
Example
1919
-------
20-
The following code uses PHP 8.1, 8.0, PHP 7.4, PHP 7.3, PHP 7.2, PHP 7.1 and PHP 7.0 features but runs on anything >= PHP 7.0. Builtin features from newer PHP versions are translated to work with the currently executing runtime if necessary.
20+
The following code uses Hack language, PHP 8.1, 8.0, PHP 7.4, PHP 7.3, PHP 7.2, PHP 7.1 and PHP 7.0 features but runs on anything >= PHP 7.0. Builtin features from newer PHP versions are translated to work with the currently executing runtime if necessary.
2121

2222
```php
2323
<?php // In a file "HelloWorld.php"

0 commit comments

Comments
 (0)