9 lines
183 B
PHP
Executable File
9 lines
183 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* This is purely here for identify reasons on some subclasses
|
|
* @package Swift
|
|
* @author Chris Corbyn <chris@w3style.co.uk>
|
|
*/
|
|
abstract class Swift_AddressContainer {}
|