fix check style warning
This commit is contained in:
parent
1c20a4ed22
commit
c12f98f69a
|
|
@ -515,7 +515,7 @@ class TemplateProcessor
|
|||
|
||||
preg_match($pattern, $contentTypes, $matches);
|
||||
|
||||
return (array_key_exists(1, $matches) ? $matches[1] : 'word/document.xml');
|
||||
return array_key_exists(1, $matches) ? $matches[1] : 'word/document.xml';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue