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
Call \Assert\Assertion::contains('/', $period); in AssertDateRange:assert has mixed up parameters!
The text was updated successfully, but these errors were encountered:
@DangerLifter Can you describe what's the actual and expected response with certain parameters?
Sorry, something went wrong.
I mean correct code should be:\Assert\Assertion::contains($period, '/'); Wrong parameters order. Called method definition is \Assert\Assertion::contains($string, $needle, $message = null, string $propertyPath = null, $encoding = 'utf8'): bool
\Assert\Assertion::contains($period, '/');
\Assert\Assertion::contains($string, $needle, $message = null, string $propertyPath = null, $encoding = 'utf8'): bool
JeroenVanLeusden
No branches or pull requests
Call \Assert\Assertion::contains('/', $period); in AssertDateRange:assert has mixed up parameters!
The text was updated successfully, but these errors were encountered: