Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 12, 2022
1 parent b9aa3e4 commit ad641c2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,6 +115,6 @@ private function shouldSkip(LNumber | DNumber $node): bool
return true;
}

return ! str_contains($tokenValue, '_');
return ! str_contains((string) $tokenValue, '_');
}
}

0 comments on commit ad641c2

Please sign in to comment.