From d484d439f56d2565c1bcce77ee0175fda971bebf Mon Sep 17 00:00:00 2001 From: nrg Date: Mon, 25 Jun 2018 16:24:36 +0200 Subject: [PATCH] test --- .php_cs.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php_cs.dist b/.php_cs.dist index 4e44ba24b..5e004847a 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -33,7 +33,7 @@ return Config::create() 'syntax' => 'short' ], 'native_constant_invocation' => [ - 'include' => [ "PHP_SAPI", "PHP_VERSION_ID" ], + 'fix_built_in' => false, ], 'combine_consecutive_issets' => true, 'combine_consecutive_unsets' => true,