(string)$element of type string is incompatible with the type integer expected by parameter $milliseconds of MongoDB\BSON\UTCDateTime::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
40
$element = (new UTCDateTime(/** @scrutinizer ignore-type */ (string) $element))->toDateTime()->format('Y-m-d H:i:s');