Update ListItem.php

This commit is contained in:
eweso 2018-03-30 22:58:03 +02:00 committed by GitHub
parent 71618f704d
commit a09e7151ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@ class ListItem extends AbstractStyle
}
/**
* Set numbering Id, to force list to restart counting. Same num id means same list
* @param int
* Set numbering Id. Same numId means same list
* @param mixed
*/
public function setNumId($numInt)
{