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

TokensAnalyzer.php - Fix T_ENCAPSED_AND_WHITESPACE handling in isBina… #6089

Merged
merged 1 commit into from
Oct 31, 2021
Merged

TokensAnalyzer.php - Fix T_ENCAPSED_AND_WHITESPACE handling in isBina… #6089

merged 1 commit into from
Oct 31, 2021

Conversation

SpacePossum
Copy link
Contributor

…ryOperator

replaces #6088

@coveralls
Copy link

coveralls commented Oct 31, 2021

Coverage Status

Coverage remained the same at 92.853% when pulling 79f0872 on SpacePossum:master_6088 into 17d66a7 on FriendsOfPHP:master.

@SpacePossum SpacePossum added the RTM Ready To Merge label Oct 31, 2021
@SpacePossum SpacePossum merged commit b93ee4b into PHP-CS-Fixer:master Oct 31, 2021
@SpacePossum SpacePossum deleted the master_6088 branch October 31, 2021 14:15
@@ -92,8 +91,6 @@ protected function tearDown(): void

final public function testIsRisky(): void
{
static::assertIsBool($this->fixer->isRisky(), sprintf('Return type for ::isRisky of "%s" is invalid.', $this->fixer->getName()));
Copy link
Member

Choose a reason for hiding this comment

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

hard to find the actual fix in bunch of code cleanups :(

@keradus keradus removed the RTM Ready To Merge label Nov 15, 2021
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.

None yet

3 participants