From 80a537de8cca39d7c578a6781370a037a9fcb180 Mon Sep 17 00:00:00 2001 From: Loki3000 Date: Thu, 15 Mar 2018 17:02:10 +0300 Subject: [PATCH] non existent parameter --- docs/en/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/configuration.md b/docs/en/configuration.md index 83bed60..af10bd0 100644 --- a/docs/en/configuration.md +++ b/docs/en/configuration.md @@ -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