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

Remove services section from phpstan.neon.dist #105

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

sasezaki
Copy link
Contributor

Internal ScopeIsInClassTypeSpecifyingExtension class is already removed.
phpstan/phpstan-src@ace76ce

fixes #104

@ondrejmirtes Could you confirm this?

Internal ScopeIsInClassTypeSpecifyingExtension class is already removed
@Ocramius Ocramius added enhancement New feature or request help wanted Extra attention is needed dependencies Pull requests that update a dependency file labels Jan 13, 2024
@Ocramius Ocramius added this to the 1.11.0 milestone Jan 13, 2024
@ondrejmirtes
Copy link
Contributor

Yeah, this extension is no longer necessary because the methods in question have @phpstan-assert-if-true PHPDoc tag, and PHPStan already understands it. Plus this PR would fix the build for newer PHPStan releases where this extension was removed.

After merging this no release is required because this doesn't have any effect to users of this package.

Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @sasezaki and @ondrejmirtes!

A release is coming anyway, with accumulated changes 👍

@Ocramius Ocramius self-assigned this Jan 14, 2024
@Ocramius Ocramius merged commit c2a1929 into Roave:1.11.x Jan 14, 2024
2 checks passed
@sasezaki
Copy link
Contributor Author

@ondrejmirtes
thanks for your confirm!

@sasezaki sasezaki deleted the remove-services branch January 15, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHPStan, Service 'scopeIsInClass': Class 'PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension' not found.
3 participants