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

Remove redundant NoEmptyRule #525

Merged
merged 1 commit into from
May 1, 2023
Merged

Conversation

enumag
Copy link
Contributor

@enumag enumag commented Apr 20, 2023

Closes #524

@codecov
Copy link

codecov bot commented Apr 20, 2023

Codecov Report

Merging #525 (707373f) into main (2d4d6ab) will decrease coverage by 0.17%.
The diff coverage is n/a.

❗ Current head 707373f differs from pull request most recent head fba1d2d. Consider uploading reports for the commit fba1d2d to get more accurate results

@@             Coverage Diff              @@
##               main     #525      +/-   ##
============================================
- Coverage     83.50%   83.33%   -0.17%     
+ Complexity      155      153       -2     
============================================
  Files            23       22       -1     
  Lines           594      588       -6     
============================================
- Hits            496      490       -6     
  Misses           98       98              

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

@localheinz localheinz self-assigned this Apr 30, 2023
@localheinz localheinz added the bug label Apr 30, 2023
@localheinz localheinz changed the title Remove redundant NoEmptyRule Remove redundant NoEmptyRule Apr 30, 2023
@@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Ergebnis\PHPStan\Rules\Test\Fixture\Expressions\NoEmptyRule\Success;
namespace Ergebnis\PHPStan\Rules\Test\Fixture\Expressions\NoCompactRule\Success;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha, good catch!

@localheinz localheinz merged commit 3679399 into ergebnis:main May 1, 2023
@localheinz
Copy link
Member

Thank you, @enumag!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoEmptyRule is redundant
2 participants