Closed
Description
$encryptedValue = "some value";
$valueParts = explode(':', $encryptedValue);
Assert::count(
$valueParts,
2,
'Encrypted secret parameter was expected to consist of 2 parts separated by a colon'
);
// Call to static method Webmozart\Assert\Assert::count() with arguments non-empty-array<int, string>, 2 and 'error' will always evaluate to true
Metadata
Metadata
Assignees
Labels
No labels