[Pkg-owncloud-commits] [php-sabredav] 09/28: CS

David Prévot taffit at moszumanska.debian.org
Sun Mar 13 17:59:08 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 4112a3cb526a4beeba7d551d32f657f7a7249bdd
Author: Evert Pot <me at evertpot.com>
Date:   Tue Mar 8 17:15:14 2016 -0500

    CS
---
 tests/Sabre/DAV/ServerRangeTest.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/Sabre/DAV/ServerRangeTest.php b/tests/Sabre/DAV/ServerRangeTest.php
index 8253fc9..c8c236b 100644
--- a/tests/Sabre/DAV/ServerRangeTest.php
+++ b/tests/Sabre/DAV/ServerRangeTest.php
@@ -1,6 +1,7 @@
 <?php
 
 namespace Sabre\DAV;
+
 use Sabre\HTTP;
 
 require_once 'Sabre/DAV/AbstractServer.php';
@@ -182,7 +183,7 @@ class ServerRangeTest extends AbstractServer{
             'GET',
             '/test.txt',
             [
-                'Range' => 'bytes=2-5',
+                'Range'    => 'bytes=2-5',
                 'If-Range' => $node->getEtag() . 'blabla'
             ]
         );
@@ -253,7 +254,7 @@ class ServerRangeTest extends AbstractServer{
             'GET',
             '/test.txt',
             [
-                'Range' => 'bytes=2-5',
+                'Range'    => 'bytes=2-5',
                 'If-Range' => '-2 years',
             ]
         );

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