Skip to content

Commit

Permalink
Actually use the serializable interface
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jul 21, 2014
1 parent 98c8cd1 commit 4b9c217
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
* @since 2.24.0
*/
class Horde_Imap_Client_Data_Capability
implements SplSubject
implements Serializable, SplSubject
{
/**
* Capability data.
Expand Down

0 comments on commit 4b9c217

Please sign in to comment.