Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update master
  • Loading branch information
jlocashio committed Jul 12, 2012
commit a302fe1c37982699882c334847709a87685767af
1 change: 1 addition & 0 deletions src/PHPWord/Style/ListItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class PHPWord_Style_ListItem {

const TYPE_NUMBER = 7;
const TYPE_NUMBER_NESTED = 8;
const TYPE_ALPHANUM = 9;
const TYPE_BULLET_FILLED = 3;
const TYPE_BULLET_EMPTY = 5;
const TYPE_SQUARE_FILLED = 1;
Expand Down