Skip to content

Commit

Permalink
[automated] Apply Coding Standard (#684)
Browse files Browse the repository at this point in the history
* [automated] Apply Coding Standard

* [ci-review] Rector Rectify

Co-authored-by: TomasVotruba <TomasVotruba@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
  • Loading branch information
3 people committed Aug 15, 2021
1 parent e9d1172 commit 9a7ce1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/DeadCode/SideEffect/SideEffectNodeDetector.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private function isPhpParser(New_ $new): bool
$className = $new->class->toString();
$namespace = Strings::before($className, '\\', 1);

return $namespace === 'PhpParser';
return $namespace === 'PhpParser';
}

private function isClassCallerThrowable(StaticCall $staticCall): bool
Expand Down

0 comments on commit 9a7ce1b

Please sign in to comment.