@@ -276,7 +276,7 @@ discard block |
||
276 | 276 | * Set the file array data generally in constructor this is already set using $_FILES |
277 | 277 | * @param array $fileArray the new value |
278 | 278 | */ |
279 | - public function setFileArray($fileArray){ |
|
279 | + public function setFileArray($fileArray) { |
|
280 | 280 | $this->file_array = $fileArray; |
281 | 281 | } |
282 | 282 | |
@@ -594,7 +594,7 @@ discard block |
||
594 | 594 | * @return string |
595 | 595 | */ |
596 | 596 | public function getDestinationDirectory() { |
597 | - return $this->destination_directory ; |
|
597 | + return $this->destination_directory; |
|
598 | 598 | } |
599 | 599 | |
600 | 600 | /** |
@@ -602,7 +602,7 @@ discard block |
||
602 | 602 | * @return boolean |
603 | 603 | */ |
604 | 604 | public function isAllowOverwriting() { |
605 | - return $this->overwrite_file ; |
|
605 | + return $this->overwrite_file; |
|
606 | 606 | } |
607 | 607 | |
608 | 608 | /** |