Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The constant_hassers not working as constantHassers default of extension.neon always used #364

Open
@alexander-schranz

Description

The extension is setting:

		constant_hassers: true
		constantHassers: true

in our libraries which we had phpstan update it still uses:

		constant_hassers: true

But this seems not has longer any effects based on the code here:

return $this->parameters['constantHassers'] ?? $this->parameters['constant_hassers'] ?? true;

I think constant_hassers never has any effects as constantHassers is still always true. So this BC Layer seems not to work maybe extension.neon should go with:

		constant_hassers: null
		constantHassers: null

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /