non existent parameter

This commit is contained in:
Loki3000
2018-03-15 17:02:10 +03:00
committed by GitHub
parent de8dbb4d53
commit 80a537de8c

View File

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