[Pkg-owncloud-commits] [php-sabredav] 14/34: Remove useless and out-dated comments
David Prévot
taffit at moszumanska.debian.org
Wed May 27 13:57:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 3.0.0-beta1
in repository php-sabredav.
commit 9b8b36ec7f14cf27323be8063b5c5bdaca1aff0e
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Wed May 20 14:27:15 2015 +0200
Remove useless and out-dated comments
---
lib/CalDAV/Notifications/Plugin.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/CalDAV/Notifications/Plugin.php b/lib/CalDAV/Notifications/Plugin.php
index de742ec..a9b4bce 100644
--- a/lib/CalDAV/Notifications/Plugin.php
+++ b/lib/CalDAV/Notifications/Plugin.php
@@ -100,7 +100,7 @@ class Plugin extends ServerPlugin {
});
- } // instanceof IPrincipal
+ }
if ($node instanceof INode) {
@@ -109,7 +109,7 @@ class Plugin extends ServerPlugin {
[$node, 'getNotificationType']
);
- } // instanceof Notifications_INode
+ }
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list