]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing PHPDoc & typo
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 30 Sep 2013 08:03:07 +0000 (10:03 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 30 Sep 2013 08:03:07 +0000 (10:03 +0200)
lib/connector/sabre/aborteduploaddetectionplugin.php

index 74c26f41b65fcc1f883b35276efb22d4b5b29d87..15dca3a680976ca6fe88b746e1334ade73b218ee 100644 (file)
@@ -37,7 +37,6 @@ class OC_Connector_Sabre_AbortedUploadDetectionPlugin extends Sabre_DAV_ServerPl
         * This method should set up the requires event subscriptions.
         *
         * @param Sabre_DAV_Server $server
-        * @return void
         */
        public function initialize(Sabre_DAV_Server $server) {
 
@@ -54,7 +53,7 @@ class OC_Connector_Sabre_AbortedUploadDetectionPlugin extends Sabre_DAV_ServerPl
         */
        public function verifyContentLength($filePath, Sabre_DAV_INode $node = null) {
 
-               // ownCloud chunked upload will be handled in it's own plugin
+               // ownCloud chunked upload will be handled in its own plugin
                $chunkHeader = $this->server->httpRequest->getHeader('OC-Chunked');
                if ($chunkHeader) {
                        return;