[Pkg-owncloud-commits] [php-sabredav] 02/29: minor: CS fix

David Prévot taffit at moszumanska.debian.org
Fri Jul 8 00:24:01 UTC 2016


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

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

commit 5246a9e304a5650f17f259d296bc179e8541abfb
Author: DavidPrevot <david at tilapin.org>
Date:   Wed May 11 21:57:06 2016 -0400

    minor: CS fix
---
 lib/DAV/Sharing/Plugin.php      | 2 +-
 lib/DAV/Xml/Property/Invite.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/DAV/Sharing/Plugin.php b/lib/DAV/Sharing/Plugin.php
index 38c1c13..354d06a 100644
--- a/lib/DAV/Sharing/Plugin.php
+++ b/lib/DAV/Sharing/Plugin.php
@@ -274,7 +274,7 @@ class Plugin extends ServerPlugin {
 
         $aclPlugin = $this->server->getPlugin('acl');
         if ($aclPlugin) {
-          if (!$aclPlugin->checkPrivileges($path, '{DAV:}share', \Sabre\DAVACL\Plugin::R_PARENT, false)) {
+            if (!$aclPlugin->checkPrivileges($path, '{DAV:}share', \Sabre\DAVACL\Plugin::R_PARENT, false)) {
                 // Sharing is not permitted, we will not draw this interface.
                 return;
             }
diff --git a/lib/DAV/Xml/Property/Invite.php b/lib/DAV/Xml/Property/Invite.php
index 8a6e5d5..0616ff1 100644
--- a/lib/DAV/Xml/Property/Invite.php
+++ b/lib/DAV/Xml/Property/Invite.php
@@ -25,7 +25,7 @@ class Invite implements XmlSerializable {
     /**
      * A list of sharees
      *
-     * @var Sharee[] 
+     * @var Sharee[]
      */
     public $sharees = [];
 

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



More information about the Pkg-owncloud-commits mailing list