File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ public function getNumId()
141
141
142
142
/**
143
143
* Set numbering Id. Same numId means same list
144
- * @param mixed
144
+ * @param mixed $numInt
145
145
*/
146
146
public function setNumId ($ numInt )
147
147
{
@@ -158,12 +158,12 @@ public function setNumId($numInt)
158
158
private function getListTypeStyle ()
159
159
{
160
160
// Check if legacy style already registered in global Style collection
161
- $ numStyle = " PHPWordList_ " . $ this ->listType ;
162
-
161
+ $ numStyle = ' PHPWordListType ' . $ this ->listType ;
162
+
163
163
if ($ this ->numId ) {
164
- $ numStyle .= '_ ' . $ this ->numId ;
164
+ $ numStyle .= 'NumId ' . $ this ->numId ;
165
165
}
166
-
166
+
167
167
if (Style::getStyle ($ numStyle ) !== null ) {
168
168
$ this ->setNumStyle ($ numStyle );
169
169
You can’t perform that action at this time.
0 commit comments