Skip to content

Commit ccc5bf4

Browse files
committed
Accomodate Php7.1/2/3
1 parent b260011 commit ccc5bf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/PhpWordTests/Style/AbstractStyleTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ public function testSetValEnumException(): void
124124
self::assertEquals('b', self::callProtectedMethod($stub, 'setEnumVal', ['z', ['a', 'b'], 'b']));
125125
}
126126

127-
protected static int $temporaryVersionCheck = 80500;
127+
/** @var int */
128+
protected static $temporaryVersionCheck = 80500;
128129

129130
/**
130131
* Helper function to call protected method.

0 commit comments

Comments
 (0)