Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(linter): replace bitwise AND (&) with logical AND (&&) in explici… (
#5780) …t_function_return_type rule This PR fixes an issue where the Bitwise AND (&) operator was mistakenly used in a conditional statement, instead of the Logical AND (&&) operator.
- Loading branch information