Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit d516863

Browse files
committed
Merge pull request zendframework#433 from samuelhuarachi/master
Set return in setOptions function
2 parents 28d352e + 35f9c57 commit d516863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/Zend/File/Transfer/Adapter/Abstract.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ public function clearValidators()
555555
*
556556
* @param array $options Options to set
557557
* @param array $files (Optional) Files to set the options for
558+
* @return Zend_File_Transfer_Adapter_Abstract
558559
*/
559560
public function setOptions($options = array(), $files = null) {
560561
$file = $this->_getFiles($files, false, true);

0 commit comments

Comments
 (0)