Extended the docblock of Style::applyFromArray with example for alignment styling

This commit is contained in:
Christian Stoller 2018-11-27 12:46:36 +01:00 committed by Adrien Crivelli
parent 942a78a0a0
commit f0e69408ca
1 changed files with 5 additions and 0 deletions

View File

@ -176,6 +176,11 @@ class Style extends Supervisor
* ]
* ]
* ],
* 'alignment' => [
* 'horizontal' => Alignment::HORIZONTAL_CENTER,
* 'vertical' => Alignment::VERTICAL_CENTER,
* 'wrapText' => true,
* ],
* 'quotePrefix' => true
* ]
* );