[Pkg-owncloud-commits] [php-sabre-vobject] 169/341: Fix a CS.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:44 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 737d7dd557c0e7d8708014f7911e974523d2cded
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Wed Jan 21 16:42:09 2015 +0100

    Fix a CS.
---
 lib/Node.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/Node.php b/lib/Node.php
index fa814a4..65be328 100644
--- a/lib/Node.php
+++ b/lib/Node.php
@@ -82,8 +82,9 @@ abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
      */
     function getIterator() {
 
-        if (!is_null($this->iterator))
+        if (!is_null($this->iterator)) {
             return $this->iterator;
+        }
 
         return new ElementList([$this]);
 

-- 
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