Passed
Push — develop ( 74ee70...d5be1b )
by nguereza
17:41 queued 16:02
created
src/DocxConvertorInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,8 +51,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/DocxExtractorInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Convertor/NullConvertor.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Convertor/LibreOfficePDFConvertor.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,7 @@
 block discarded – undo
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:
Please login to merge, or discard this patch.