$listStype [0] = array('left'=>390, 'type'=>'bullet', 'hanging'=>150);
$docx->createListStyle('mycars', $listStype);
$myCarsList = $docx->addList($carsList, array('rawWordML' => true, 'val' => 'mycars', 'font' => 'Times New Roman'));
This works, however the bullets are very small