Update .php-cs-fixer.php
This commit is contained in:
parent
d5edd10e94
commit
d80c05f2cb
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This document has been generated with
|
* This document has been generated with
|
||||||
* https://mlocati.github.io/php-cs-fixer-configurator/#version:3.41.1|configurator
|
* https://mlocati.github.io/php-cs-fixer-configurator/#version:3.49|configurator
|
||||||
* you can change this configuration by importing this file.
|
* you can change this configuration by importing this file.
|
||||||
*/
|
*/
|
||||||
$config = new PhpCsFixer\Config();
|
$config = new PhpCsFixer\Config();
|
||||||
@ -44,7 +44,7 @@ return $config
|
|||||||
'empty_loop_condition' => true,
|
'empty_loop_condition' => true,
|
||||||
'ereg_to_preg' => true,
|
'ereg_to_preg' => true,
|
||||||
'error_suppression' => true,
|
'error_suppression' => true,
|
||||||
'escape_implicit_backslashes' => true,
|
'string_implicit_backslashes' => true,
|
||||||
'explicit_indirect_variable' => true,
|
'explicit_indirect_variable' => true,
|
||||||
'explicit_string_variable' => true,
|
'explicit_string_variable' => true,
|
||||||
'fopen_flag_order' => true,
|
'fopen_flag_order' => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user