[Pkg-owncloud-commits] [php-sabre-vobject] 89/341: !xml Fix CS.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:37 UTC 2015


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

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

commit 9c1f6fc561b0f4ce39f95ae852062322e1393fac
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Mon Nov 24 18:16:05 2014 +0100

    !xml Fix CS.
---
 lib/Parser/XML.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index 71ba4cc..9e9a0ed 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -190,7 +190,7 @@ class XML extends Parser {
      * @param resource|string $input
      * @return void
      */
-    public function setInput ( $input ) {
+    public function setInput($input) {
 
         if(is_resource($input))
             $input = stream_get_contents($input);

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



More information about the Pkg-owncloud-commits mailing list