We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5c949 commit 73afb1aCopy full SHA for 73afb1a
1 file changed
src/Validator.php
@@ -22,6 +22,7 @@ public static function documentValidation($document)
22
return [
23
'type' => 'unknown',
24
'result' => false,
25
+ 'value' => 'unknown',
26
];
27
}
28
0 commit comments