<?php namespace App\OutputParser; use Stringable; class JsonListParser implements Stringable { public function __toString() { return ''; } }