@@ -51,8 +51,7 @@ |
||
51 | 51 | * @class DocxConvertorInterface |
52 | 52 | * @package Platine\DocxTemplate |
53 | 53 | */ |
54 | -interface DocxConvertorInterface |
|
55 | -{ |
|
54 | +interface DocxConvertorInterface { |
|
56 | 55 | /** |
57 | 56 | * Convert the template file |
58 | 57 | * @param string $templateFile |
@@ -53,8 +53,7 @@ |
||
53 | 53 | * @class DocxExtractorInterface |
54 | 54 | * @package Platine\DocxTemplate |
55 | 55 | */ |
56 | -interface DocxExtractorInterface |
|
57 | -{ |
|
56 | +interface DocxExtractorInterface { |
|
58 | 57 | /** |
59 | 58 | * Extract an archive to the given destination |
60 | 59 | * @param string $archive |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * @class NullConvertor |
53 | 53 | * @package Platine\DocxTemplate\Convertor |
54 | 54 | */ |
55 | -class NullConvertor implements DocxConvertorInterface |
|
56 | -{ |
|
55 | +class NullConvertor implements DocxConvertorInterface { |
|
57 | 56 | /** |
58 | 57 | * {@inheritdoc} |
59 | 58 | */ |
@@ -53,8 +53,7 @@ |
||
53 | 53 | * @class LibreOfficePDFConvertor |
54 | 54 | * @package Platine\DocxTemplate\Convertor |
55 | 55 | */ |
56 | -class LibreOfficePDFConvertor implements DocxConvertorInterface |
|
57 | -{ |
|
56 | +class LibreOfficePDFConvertor implements DocxConvertorInterface { |
|
58 | 57 | /** |
59 | 58 | * {@inheritdoc} |
60 | 59 | * @example: |