diff options
Diffstat (limited to 'formats/PlaintextFormat.php')
-rw-r--r-- | formats/PlaintextFormat.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/formats/PlaintextFormat.php b/formats/PlaintextFormat.php index a1e125c7..c8c4e9d6 100644 --- a/formats/PlaintextFormat.php +++ b/formats/PlaintextFormat.php @@ -1,9 +1,5 @@ <?php -/** -* Plaintext -* Returns $this->items as raw php data. -*/ class PlaintextFormat extends FormatAbstract { const MIME_TYPE = 'text/plain'; |