for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace WsdlToPhp\PackageGenerator\Model;
class EmptyModel extends AbstractModel
{
/**
* {@inheritDoc}
* @see \WsdlToPhp\PackageGenerator\Model\AbstractModel::toJsonSerialize()
*/
protected function toJsonSerialize()
return array();
}