Skip to content

Commit dbc9737

Browse files
author
Roman Syroeshko
committed
[NEW] Introduced CreateTemporaryFileException.
1 parent ea826ec commit dbc9737

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PhpWord/Exception/CreateTemporaryFileException.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ final class CreateTemporaryFileException extends Exception
2424
{
2525
protected $message = 'Could not create a temporary file with unique name in the specified directory.';
2626

27-
final public function __construct() {
27+
final public function __construct()
28+
{
2829
parent::__construct($this->message);
2930
}
3031
}

0 commit comments

Comments
 (0)