From 84c82f3b940ef2c054f1938ec6becea624ecc649 Mon Sep 17 00:00:00 2001
From: William DURAND <william.durand1@gmail.com>
Date: Sat, 17 Nov 2012 17:38:35 +0100
Subject: [PATCH] Allow HtmlFormatter to be overrided

---
 Formatter/HtmlFormatter.php | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

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