Switch to librarized HtmlFormatter

Bug: T125001
Change-Id: Iac73553ac4b03e75ef321c6a659ece1ac155260b
This commit is contained in:
Max Semenik 2016-04-12 21:23:01 -07:00
parent 647c39734a
commit 9bc33683a0

View file

@ -1,8 +1,9 @@
<?php
namespace TextExtracts;
use Config;
use HtmlFormatter;
use HtmlFormatter\HtmlFormatter;
use Exception;
/**