Skip to content
Snippets Groups Projects
Commit 1a357155 authored by Jose Antonio Reyero del Prado's avatar Jose Antonio Reyero del Prado
Browse files

Revert validation change, not needed for patch, which causes a failing test.

parent b7f1da9c
No related branches found
No related tags found
1 merge request!12121Important patch updates:
......@@ -192,7 +192,7 @@ private static function parse(string $file): array {
fields: [
// Every input definition must have a description.
'description' => [
new Type(['string', \Stringable::class]),
new Type('string'),
new NotBlank(),
],
// There can be an optional set of constraints, which is an
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment