We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given this case https://phpstan.org/r/ea5dfda5-33b6-49e7-8e5f-1db4214533e4 I'd expect that method withAssertwill work just like withIf. PhpStan will however throw following error
withAssert
withIf
Offset 'host' does not exist on false|array('scheme' => string, ?'host' => string, ?'port' => int, ?'user' => string, ?'pass' => string, ?'query' => string, ?'fragment' => string). |
I know that phpstan/phpstan-beberlei-assert is not integrated in the web-tester, but the same will happen locally when it is.
phpstan/phpstan-beberlei-assert
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given this case https://phpstan.org/r/ea5dfda5-33b6-49e7-8e5f-1db4214533e4 I'd expect that method
withAssert
will work just likewithIf
. PhpStan will however throw following errorI know that
phpstan/phpstan-beberlei-assert
is not integrated in the web-tester, but the same will happen locally when it is.The text was updated successfully, but these errors were encountered: