Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
fixed double declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Speckmaier committed Dec 12, 2017
1 parent 423220e commit b087ea1
Showing 1 changed file with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,30 +119,6 @@ public function setUploadFileLimit( $limit ) {
return $this;
}

/**
* @return $this
*/
public function setMemoryLimit( $limit ) {
$this->memoryLimit = $limit;
return $this;
}

/**
* @return $this
*/
public function setPostLimit( $limit ) {
$this->postLimit = $limit;
return $this;
}

/**
* @return $this
*/
public function setUploadFileLimit( $limit ) {
$this->uploadFileLimit = $limit;
return $this;
}

/**
* Set the default php timezone
*
Expand Down

0 comments on commit b087ea1

Please sign in to comment.