refactor: FormatFactory (#2832)

This commit is contained in:
Dag 2022-06-22 18:27:20 +02:00 committed by GitHub
parent e9b8a1f9f9
commit af5648d928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 124 deletions

View file

@ -11,7 +11,6 @@ class HtmlFormat extends FormatAbstract {
// Dynamically build buttons for all formats (except HTML)
$formatFac = new FormatFactory();
$formatFac->setWorkingDir(PATH_LIB_FORMATS);
$buttons = '';
$links = '';