[Pkg-owncloud-commits] [php-sabredav] 21/42: Using class_alias instead.

David Prévot taffit at moszumanska.debian.org
Fri Nov 28 22:47:49 UTC 2014


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

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

commit 520dcd2edbbf284f0a8357c210243610c2300ef4
Author: Evert Pot <me at evertpot.com>
Date:   Mon Nov 17 17:59:20 2014 -0500

    Using class_alias instead.
---
 lib/CalDAV/CalendarRoot.php | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lib/CalDAV/CalendarRoot.php b/lib/CalDAV/CalendarRoot.php
index 1103778..ae4652e 100644
--- a/lib/CalDAV/CalendarRoot.php
+++ b/lib/CalDAV/CalendarRoot.php
@@ -12,7 +12,4 @@ namespace Sabre\CalDAV;
  * @author Evert Pot (http://evertpot.com/)
  * @license http://sabre.io/license/ Modified BSD License
  */
-class CalendarRoot extends CalendarRootNode {
-
-}
-
+class_alias('Sabre\\CalDAV\\CalendarRootNode', 'Sabre\\CalDAV\\CalendarRoot');

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