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

[CLEANUP] Rector: Add strict return type based on returned strict expr type #581

Merged
merged 2 commits into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. [CLEANUP] rector: Add strict return type based on returned strict exp…

    …r type
    
    This applies the rule ReturnTypeFromStrictBoolReturnExprRector. For
    Details see:
    https://github.com/rectorphp/rector/blob/main/docs/rector_rules_overview.md#returntypefromstrictboolreturnexprrector
    
    Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
    ziegenberg committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b7c1aaa View commit details
    Browse the repository at this point in the history
  2. [CLEANUP] Remove redundant @return PHPDoc annotations

    Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
    ziegenberg committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    94655b8 View commit details
    Browse the repository at this point in the history