Skip to content

Commit d6a2106

Browse files
committed
Fixed phpstan errors
1 parent 3e882f0 commit d6a2106

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/PhpWordTests/Shared/XMLReaderTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ public function testThrowsExceptionOnNonExistingArchive(): void
9090
*/
9191
public function testThrowsExceptionOnZipArchiveOpenErrors(): void
9292
{
93+
/**
94+
* @var string
95+
*/
9396
$tempPath = tempnam(sys_get_temp_dir(), 'PhpWord');
9497

9598
// Simulate a corrupt archive

0 commit comments

Comments
 (0)