Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Allow configuring methods that are allowed to use container type declarations #541

Merged
merged 1 commit into from
May 1, 2023

Conversation

localheinz
Copy link
Member

This pull request

  • allows configuring methods that are allowed to use container type declarations

Fixes #475.

@localheinz localheinz self-assigned this May 1, 2023
@localheinz localheinz requested a review from ergebnis-bot as a code owner May 1, 2023 09:37
@localheinz localheinz force-pushed the feature/exclusion branch from 7e3651d to 3bcbd95 Compare May 1, 2023 09:38
@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

Merging #541 (a0351c1) into main (b832e22) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main     #541      +/-   ##
============================================
+ Coverage     83.80%   83.88%   +0.07%     
- Complexity      153      154       +1     
============================================
  Files            22       22              
  Lines           605      608       +3     
============================================
+ Hits            507      510       +3     
  Misses           98       98              
Impacted Files Coverage Δ
...ds/NoParameterWithContainerTypeDeclarationRule.php 92.77% <100.00%> (+0.27%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@localheinz localheinz force-pushed the feature/exclusion branch from 3bcbd95 to a0351c1 Compare May 1, 2023 09:39
@localheinz localheinz merged commit c9099a2 into main May 1, 2023
@localheinz localheinz deleted the feature/exclusion branch May 1, 2023 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggestion: Suppress NoParameterWithContainerTypeDeclarationRule in a bundle's loadExtension()
2 participants