I use phpdocx 9.5 (advanced) and I created two level list style:
docx->createListStyle( "listPar1", array( 0=>array('type'=>'decimal','format'=>'%1.','left' => 360), 1=>array('type'=>'lowerLetter','format' =>'%2)','left' => 720) ) );
When I created two level list (addList), list style definition has affect only in Libre Office (or in Googledoc preview) but no in MS Word (MS Office 2016 - Version 2009) or web Outlook 365 preview.
When I open and save (without any changes) this docx in Libre Office and open it in MS Word, it has affect.