-
Notifications
You must be signed in to change notification settings - Fork 27
Issue with implementsInterface
#150
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
Comments
$data['sniffs'] is just |
ah wait, but my changes are still unreleased. that means most likely that https://github.com/phpstan/phpstan-webmozart-assert/blob/1.2.1/src/Type/WebMozartAssert/AssertTypeSpecifyingExtension.php#L454-L456 is the reason with the released version and, since you also get it with 1.2.x, I'll have to re-create this in a test and debug later. |
Yes, I have previous checks
Dunno if it help, but
is working fine |
interestingly my test cases are green here, can you check the linked PR if you do anything different or I missed anything? I'm both asserting types and doing the impossible checks with strict rules on 🤔 |
Dunno if it can help you, but my error is on an open source project: |
I think this was fixed on develop. I know you wrote you tested it, but I could verify that it errors exactly like that if I revert a specific commit |
I just tried again, and indeed I don't have the error with
I dunno how I messed up the first time. Sorry for the inconvenient. |
no worries, a double-check and another test case here don't hurt :) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
With the following code
I get
i tried to install
but it doesn't solved anything
I saw you recently work on this method @herndlm (#144), any idea what could be wrong here ?
The text was updated successfully, but these errors were encountered: