We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74c0bd commit 3965f11Copy full SHA for 3965f11
src/PhpWord/SimpleType/Jc.php
@@ -55,7 +55,8 @@ final class Jc
55
*
56
* @return \Zend\Validator\InArray
57
*/
58
- final public static function getValidator() {
+ final public static function getValidator()
59
+ {
60
// todo: consider caching validator instances.
61
return new InArray(
62
array (
src/PhpWord/SimpleType/JcTable.php
@@ -48,7 +48,8 @@ final class JcTable
48
49
50
51
52
53
54
0 commit comments