Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 3, 2024
1 parent e11c355 commit 2a22d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
// also prevent bounding of unwanted variables for GC
'use_arrow_functions' => false,

// TODO disable too strict rules for now - remove once the CS is updated
// TODO disable too strict rules for now
'declare_strict_types' => false,
'general_phpdoc_annotation_remove' => false,
'php_unit_data_provider_static' => false,
Expand Down

0 comments on commit 2a22d63

Please sign in to comment.