[Pkg-owncloud-commits] [php-sabre-vobject] 50/341: !json Node implements the JsonSerializable interface.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit 3798f076098fc1c950b23246041c6098b676249f
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Thu Nov 13 10:54:42 2014 +0100

    !json Node implements the JsonSerializable interface.
---
 lib/Node.php | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib/Node.php b/lib/Node.php
index fa814a4..a297244 100644
--- a/lib/Node.php
+++ b/lib/Node.php
@@ -9,7 +9,11 @@ namespace Sabre\VObject;
  * @author Evert Pot (http://evertpot.com/)
  * @license http://sabre.io/license/ Modified BSD License
  */
-abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
+abstract class Node
+    implements \IteratorAggregate,
+               \ArrayAccess,
+               \Countable,
+               \JsonSerializable {
 
     /**
      * The following constants are used by the validate() method.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list