non existent parameter

This commit is contained in:
Loki3000 2018-03-15 17:02:10 +03:00 committed by GitHub
parent de8dbb4d53
commit 80a537de8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Options may by associative array like `'option_name' => true` or bitwise mask.
```php
$fenom->setOptions(array(
"compile_check" => true,
"force_compile" => true,
"force_include" => true
));
// same