[Pkg-owncloud-commits] [php-sabredav] 149/220: CS

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:20 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 adaadd35c6d7fa0cedf6eff91ef71ac98b86b68c
Author: Evert Pot <me at evertpot.com>
Date:   Mon Apr 11 05:28:33 2016 -0400

    CS
---
 lib/CalDAV/Schedule/Plugin.php                         | 18 +++++++++---------
 lib/DAVACL/Plugin.php                                  |  2 +-
 .../DAVACL/Xml/Property/SupportedPrivilegeSetTest.php  |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/lib/CalDAV/Schedule/Plugin.php b/lib/CalDAV/Schedule/Plugin.php
index 668468d..ed7bdff 100644
--- a/lib/CalDAV/Schedule/Plugin.php
+++ b/lib/CalDAV/Schedule/Plugin.php
@@ -587,24 +587,24 @@ class Plugin extends ServerPlugin {
         $ns = '{' . self::NS_CALDAV . '}';
         if ($node instanceof IOutbox) {
             $supportedPrivilegeSet[$ns . 'schedule-send'] = [
-                'abstract' => false,
+                'abstract'   => false,
                 'aggregates' => [
                     $ns . 'schedule-send-invite' => [
-                        'abstract' => false,
+                        'abstract'   => false,
                         'aggregates' => [],
                     ],
                     $ns . 'schedule-send-reply' => [
-                        'abstract' => false,
+                        'abstract'   => false,
                         'aggregates' => [],
                     ],
                     $ns . 'schedule-send-freebusy' => [
-                        'abstract' => false,
+                        'abstract'   => false,
                         'aggregates' => [],
                     ],
                     // Privilege from an earlier scheduling draft, but still
                     // used by some clients.
                     $ns . 'schedule-post-vevent' => [
-                        'abstract' => false,
+                        'abstract'   => false,
                         'aggregates' => [],
                     ],
                 ]
@@ -612,18 +612,18 @@ class Plugin extends ServerPlugin {
         }
         if ($node instanceof IInbox) {
             $supportedPrivilegeSet[$ns . 'schedule-deliver'] = [
-                'abstract' => false,
+                'abstract'   => false,
                 'aggregates' => [
                     $ns . 'schedule-deliver-invite' => [
-                        'abstract' => false,
+                        'abstract'   => false,
                         'aggregates' => [],
                     ],
                     $ns . 'schedule-deliver-reply' => [
-                        'abstract' => false,
+                        'abstract'   => false,
                         'aggregates' => [],
                     ],
                     $ns . 'schedule-query-freebusy' => [
-                        'abstract' => false,
+                        'abstract'   => false,
                         'aggregates' => [],
                     ],
                 ]
diff --git a/lib/DAVACL/Plugin.php b/lib/DAVACL/Plugin.php
index 114a587..e9abaab 100644
--- a/lib/DAVACL/Plugin.php
+++ b/lib/DAVACL/Plugin.php
@@ -444,7 +444,7 @@ class Plugin extends DAV\ServerPlugin {
                             'aggregates' => [],
                         ],
                         '{DAV:}write-content' => [
-                            'abstract' => false,
+                            'abstract'   => false,
                             'aggregates' => [],
                         ],
                         '{DAV:}unlock' => [
diff --git a/tests/Sabre/DAVACL/Xml/Property/SupportedPrivilegeSetTest.php b/tests/Sabre/DAVACL/Xml/Property/SupportedPrivilegeSetTest.php
index 9a0baa5..ae6cd5b 100644
--- a/tests/Sabre/DAVACL/Xml/Property/SupportedPrivilegeSetTest.php
+++ b/tests/Sabre/DAVACL/Xml/Property/SupportedPrivilegeSetTest.php
@@ -44,7 +44,7 @@ class SupportedPrivilegeSetTest extends \PHPUnit_Framework_TestCase {
     function testSerializeAggregate() {
 
         $prop = new SupportedPrivilegeSet([
-            '{DAV:}read' => [],
+            '{DAV:}read'  => [],
             '{DAV:}write' => [
                 'description' => 'booh',
             ]

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