summaryrefslogtreecommitdiffstats
path: root/src/Utils/Formatter.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils/Formatter.php')
-rw-r--r--src/Utils/Formatter.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Utils/Formatter.php b/src/Utils/Formatter.php
index f4d9576..a357f00 100644
--- a/src/Utils/Formatter.php
+++ b/src/Utils/Formatter.php
@@ -14,10 +14,6 @@ use PhpMyAdmin\SqlParser\TokensList;
/**
* Utilities that are used for formatting queries.
- *
- * @category Misc
- *
- * @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
*/
class Formatter
{
@@ -70,8 +66,6 @@ class Formatter
];
/**
- * Constructor.
- *
* @param array $options the formatting options
*/
public function __construct(array $options = [])