[Pkg-owncloud-commits] [php-sabredav] 07/34: Fixed cs-fixer patch.
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 8620fda1dbb1e6dd54bb215be82244d2ef8cda56
Author: Evert Pot <me at evertpot.com>
Date: Tue May 19 21:55:35 2015 +0300
Fixed cs-fixer patch.
---
lib/CardDAV/Xml/Request/AddressBookQueryReport.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/CardDAV/Xml/Request/AddressBookQueryReport.php b/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
index c9e5480..1d61cf0 100644
--- a/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
+++ b/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
@@ -170,11 +170,11 @@ class AddressBookQueryReport implements XmlDeserializable {
}
if (is_null($newProps['filters'])) {
-/**
- * We are supposed to throw this error, but KDE sometimes does not
- * include the filter element, and we need to treat it as if no
- * filters are supplied
- */
+ /*
+ * We are supposed to throw this error, but KDE sometimes does not
+ * include the filter element, and we need to treat it as if no
+ * filters are supplied
+ */
//throw new BadRequest('The {' . Plugin::NS_CARDDAV . '}filter element is required for this request');
$newProps['filters'] = [];
--
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