Skip to content

Commit

Permalink
Update .php-cs-fixer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Feb 12, 2024
1 parent 8910e2a commit 50b1844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* 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.
*/
$config = new PhpCsFixer\Config();
Expand Down Expand Up @@ -44,7 +44,7 @@
'empty_loop_condition' => true,
'ereg_to_preg' => true,
'error_suppression' => true,
'escape_implicit_backslashes' => true,
'string_implicit_backslashes' => true,
'explicit_indirect_variable' => true,
'explicit_string_variable' => true,
'fopen_flag_order' => true,
Expand Down

0 comments on commit 50b1844

Please sign in to comment.