Skip to content

Commit 73afb1a

Browse files
committed
fix: añadido value en salida excepción documentValidation
1 parent dc5c949 commit 73afb1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Validator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public static function documentValidation($document)
2222
return [
2323
'type' => 'unknown',
2424
'result' => false,
25+
'value' => 'unknown',
2526
];
2627
}
2728

0 commit comments

Comments
 (0)