diff --git a/Formatter/HtmlFormatter.php b/Formatter/HtmlFormatter.php
index 54677c0..8204891 100644
--- a/Formatter/HtmlFormatter.php
+++ b/Formatter/HtmlFormatter.php
@@ -16,39 +16,39 @@ use Symfony\Component\Templating\EngineInterface;
class HtmlFormatter extends AbstractFormatter
{
/**
- * @var array
+ * @var string
*/
- private $authentication;
+ protected $apiName;
/**
* @var string
*/
- private $apiName;
+ protected $endpoint;
/**
* @var string
*/
- private $endpoint;
+ protected $defaultRequestFormat;
+
+ /**
+ * @var EngineInterface
+ */
+ protected $engine;
/**
* @var boolean
*/
private $enableSandbox;
- /**
- * @var EngineInterface
- */
- private $engine;
-
/**
* @var string
*/
private $requestFormatMethod;
/**
- * @var string
+ * @var array
*/
- private $defaultRequestFormat;
+ private $authentication;
/**
* @param array $authentication