diff options
Diffstat (limited to 'formats/PlaintextFormat.php')
-rw-r--r-- | formats/PlaintextFormat.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/formats/PlaintextFormat.php b/formats/PlaintextFormat.php index c9691d0f..2c2fb217 100644 --- a/formats/PlaintextFormat.php +++ b/formats/PlaintextFormat.php @@ -4,7 +4,6 @@ * Returns $this->items as raw php data. */ class PlaintextFormat extends FormatAbstract { - public function stringify(){ $items = $this->getItems(); $toReturn = print_r($items, true); |