@@ -102,7 +102,7 @@ public function typeToArrayCases()
102102 ],
103103 'time ' => [
104104 'type ' => 'string ' ,
105- 'pattern ' => '^\d{2}- \d{2}- \d{2}$ '
105+ 'pattern ' => '^\d{2}: \d{2}: \d{2}$ '
106106 ],
107107 ],
108108 'required ' => ['id ' , 'file ' ],
@@ -123,7 +123,7 @@ public function typeToArrayCases()
123123 ],
124124 'time ' => [
125125 'type ' => 'string ' ,
126- 'pattern ' => '^\d{2}- \d{2}- \d{2}$ '
126+ 'pattern ' => '^\d{2}: \d{2}: \d{2}$ '
127127 ],
128128 ],
129129 'required ' => ['id ' , 'file ' ],
@@ -248,7 +248,7 @@ public function typeToArrayCases()
248248 ],
249249 'time ' => [
250250 'type ' => 'string ' ,
251- 'pattern ' => '^\d{2}- \d{2}- \d{2}$ '
251+ 'pattern ' => '^\d{2}: \d{2}: \d{2}$ '
252252 ],
253253 ],
254254 'required ' => ['id ' , 'file ' ],
@@ -294,7 +294,7 @@ public function typeToArrayCases()
294294 ],
295295 'time ' => [
296296 'type ' => 'string ' ,
297- 'pattern ' => '^\d{2}- \d{2}- \d{2}$ '
297+ 'pattern ' => '^\d{2}: \d{2}: \d{2}$ '
298298 ],
299299 ],
300300 'required ' => ['id ' , 'file ' ],
@@ -344,7 +344,7 @@ public function typeToArrayCases()
344344 ],
345345 'time ' => [
346346 'type ' => 'string ' ,
347- 'pattern ' => '^\d{2}- \d{2}- \d{2}$ '
347+ 'pattern ' => '^\d{2}: \d{2}: \d{2}$ '
348348 ],
349349 ],
350350 'required ' => ['id ' , 'file ' ],
@@ -397,7 +397,7 @@ public function typeToArrayCases()
397397 ],
398398 'time ' => [
399399 'type ' => 'string ' ,
400- 'pattern ' => '^\d{2}- \d{2}- \d{2}$ '
400+ 'pattern ' => '^\d{2}: \d{2}: \d{2}$ '
401401 ],
402402 ],
403403 'required ' => ['id ' , 'file ' ],
@@ -507,7 +507,7 @@ public function typeToArrayCases()
507507 ],
508508 'time ' => [
509509 'type ' => 'string ' ,
510- 'pattern ' => '^\d{2}- \d{2}- \d{2}$ '
510+ 'pattern ' => '^\d{2}: \d{2}: \d{2}$ '
511511 ],
512512 ],
513513 'required ' => ['id ' , 'file ' ],
@@ -543,7 +543,7 @@ public function typeToArrayCases()
543543 ],
544544 'time ' => [
545545 'type ' => 'string ' ,
546- 'pattern ' => '^\d{2}- \d{2}- \d{2}$ '
546+ 'pattern ' => '^\d{2}: \d{2}: \d{2}$ '
547547 ],
548548 ],
549549 'required ' => ['id ' , 'file ' ],
0 commit comments