[Pkg-owncloud-commits] [php-sabredav] 09/34: Fixed docblock

David Prévot taffit at moszumanska.debian.org
Wed May 27 13:57:07 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 5464ba2614adb33a1e08ca48d0796e47af0565cd
Author: Evert Pot <me at evertpot.com>
Date:   Tue May 19 22:20:04 2015 +0300

    Fixed docblock
---
 lib/DAV/Exception.php | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/lib/DAV/Exception.php b/lib/DAV/Exception.php
index 228dd3f..fe433f7 100644
--- a/lib/DAV/Exception.php
+++ b/lib/DAV/Exception.php
@@ -1,14 +1,5 @@
 <?php
 
-/**
- * SabreDAV base exception
- *
- * This is SabreDAV's base exception file, use this to implement your own exception.
- *
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
- * @author Evert Pot (http://evertpot.com/)
- * @license http://sabre.io/license/ Modified BSD License
- */
 namespace Sabre\DAV;
 
 /**
@@ -19,6 +10,10 @@ namespace Sabre\DAV;
  *
  * This class also allows you to generate custom xml data for your exceptions. This will be displayed
  * in the 'error' element in the failing response.
+ *
+ * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @author Evert Pot (http://evertpot.com/)
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Exception extends \Exception {
 

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