Skip to content

Commit

Permalink
Merge #674
Browse files Browse the repository at this point in the history
674: Fix CS r=brunoocasali a=norkunas

# Pull Request

## Related issue
Fixes #<issue_number>

## What does this PR do?
- ...

## PR checklist
Please check if your PR fulfills the following requirements:
- [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [ ] Have you read the contributing guidelines?
- [ ] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Tomas <[email protected]>
  • Loading branch information
meili-bors[bot] and norkunas authored Sep 15, 2024
2 parents 110be45 + 958e0a5 commit 825d83e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'namespaced'],
'php_unit_test_case_static_method_calls' => ['call_type' => 'self'],
'php_unit_strict' => true,
// @todo: when we'll support only PHP 8.0 and upper, we can enable `parameters` for `trailing_comma_in_multiline` rule
'trailing_comma_in_multiline' => ['after_heredoc' => true, 'elements' => ['array_destructuring', 'arrays', 'match'/* , 'parameters' */]],
])
->setRiskyAllowed(true)
->setFinder($finder);

0 comments on commit 825d83e

Please sign in to comment.