for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @license LGPLv3, https://opensource.org/licenses/LGPL-3.0
* @copyright Metaways Infosystems GmbH, 2011
* @copyright Aimeos (aimeos.org), 2015-2022
* @package MShop
* @subpackage Common
*/
namespace Aimeos\MShop\Common\Item\Address;
* Interface for provider common address DTO objects used by the shop.
class Standard
extends \Aimeos\MShop\Common\Item\Address\Base
implements \Aimeos\MShop\Common\Item\Address\Iface
{
}