We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1b714 commit a91fcf2Copy full SHA for a91fcf2
Mf2/Parser.php
@@ -240,6 +240,8 @@ function convertTimeFormat($time) {
240
241
/**
242
* Normalize an ordinal date to YYYY-MM-DD
243
+ * This function should only be called after validating the $dtValue
244
+ * matches regex \d{4}-\d{2}
245
* @param string $dtValue
246
* @return string
247
*/
0 commit comments