From a8d3177870abe5c91bf9f75556f922cf9abcb176 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 10 Sep 2019 13:42:02 +0300 Subject: [PATCH] refactor(core): YamlParser set false to native for now #186 --- flextype/parsers/YamlParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/parsers/YamlParser.php b/flextype/parsers/YamlParser.php index 85bfdfdc..721cb472 100644 --- a/flextype/parsers/YamlParser.php +++ b/flextype/parsers/YamlParser.php @@ -46,7 +46,7 @@ class YamlParser * * @var bool */ - public static $native = true; + public static $native = false; /** * Flag