From 3a85ac488fbdcbd05d0d7ae84c583c5717946c08 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sun, 24 Aug 2014 11:29:45 +0200 Subject: [PATCH] Do not return anything on __construct Change-Id: I47f67ed17112af832b19f7e7538cae3e0b8354ef --- includes/upload/UploadFromChunks.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/upload/UploadFromChunks.php b/includes/upload/UploadFromChunks.php index d86de79efc..14993023df 100644 --- a/includes/upload/UploadFromChunks.php +++ b/includes/upload/UploadFromChunks.php @@ -62,8 +62,6 @@ class UploadFromChunks extends UploadFromFile { } $this->stash = new UploadStash( $this->repo, $this->user ); } - - return true; } /** -- 2.20.1