update patch 1
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ final class DateTimeValueResolver implements ValueResolverInterface
|
||||
}
|
||||
|
||||
if (!$date) {
|
||||
throw new NotFoundHttpException(sprintf('Invalid date given for parameter "%s".', $argument->getName()));
|
||||
throw new NotFoundHttpException(\sprintf('Invalid date given for parameter "%s".', $argument->getName()));
|
||||
}
|
||||
|
||||
return [$date];
|
||||
|
||||
Reference in New Issue
Block a user