Skip to content

Commit

Permalink
Merge pull request #56 from stickeeuk/feat/rule-fully-qualified-stric…
Browse files Browse the repository at this point in the history
…t-types-false

feat(rule): fully qualified strict types = false
  • Loading branch information
stickeepaul authored Dec 11, 2024
2 parents d6d63a3 + 02c4294 commit 4d3e30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RuleSet/StickeeBaseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function rules(): array
'final_internal_class' => true,
'fopen_flag_order' => true,
'fopen_flags' => true,
// 'fully_qualified_strict_types' => true,
'fully_qualified_strict_types' => false,
'function_to_constant' => true,
'general_phpdoc_tag_rename' => true,
'heredoc_indentation' => true,
Expand Down

0 comments on commit 4d3e30f

Please sign in to comment.