[Pkg-owncloud-commits] [php-sabredav] 47/64: Simplify a namespace.
David Prévot
taffit at moszumanska.debian.org
Thu Dec 11 15:13:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 2.2.0alpha1
in repository php-sabredav.
commit f10962e2aa8870bac9a9cbc806fce90cf1895d88
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Mon Dec 1 12:14:52 2014 +0100
Simplify a namespace.
---
tests/Sabre/HTTP/SapiMock.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Sabre/HTTP/SapiMock.php b/tests/Sabre/HTTP/SapiMock.php
index 2f5860f..1fa8e12 100644
--- a/tests/Sabre/HTTP/SapiMock.php
+++ b/tests/Sabre/HTTP/SapiMock.php
@@ -20,7 +20,7 @@ class SapiMock extends Sapi {
*
* @return void
*/
- static function sendResponse(\Sabre\HTTP\ResponseInterface $r) {
+ static function sendResponse(ResponseInterface $response) {
self::$sent++;
--
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