10445ad61d
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@5881 b9a71923-0436-4b27-9f14-aed3839534dd
9 lines
183 B
PHP
9 lines
183 B
PHP
<?php
|
|
|
|
/**
|
|
* This is purely here for identify reasons on some subclasses
|
|
* @package Swift
|
|
* @author Chris Corbyn <chris@w3style.co.uk>
|
|
*/
|
|
abstract class Swift_AddressContainer {}
|