Skip to content

Commit

Permalink
Composer update
Browse files Browse the repository at this point in the history
php-cs-fixer changes also fix PHP 8.4 deprecation of
implicit nullable parameters
  • Loading branch information
jnvsor committed Jul 18, 2024
1 parent 04b7135 commit ccccc8e
Show file tree
Hide file tree
Showing 14 changed files with 1,090 additions and 434 deletions.
4 changes: 2 additions & 2 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
'combine_consecutive_issets' => true,
'combine_consecutive_unsets' => true,
'dir_constant' => true,
'escape_implicit_backslashes' => [
'single_quoted' => true,
'string_implicit_backslashes' => [
'single_quoted' => 'escape',
],
'explicit_indirect_variable' => true,
'explicit_string_variable' => true,
Expand Down
Binary file modified build/kint.phar
Binary file not shown.
Loading

0 comments on commit ccccc8e

Please sign in to comment.