Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2153 from PHPGangsta/f…
Browse files Browse the repository at this point in the history
…ixes/phpdocClassesAndNamespaces

added @return where missing
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Transfer/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ public function clearValidators()
*
* @param array $options Options to set
* @param array $files (Optional) Files to set the options for
* @return AbstractAdapter
*/
public function setOptions($options = array(), $files = null)
{
Expand Down Expand Up @@ -1349,6 +1350,7 @@ protected function getTmpDir()
* Tries to detect if we can read and write to the given path
*
* @param string $path
* @return bool
*/
protected function isPathWriteable($path)
{
Expand Down
1 change: 1 addition & 0 deletions src/Transfer/Adapter/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function clearValidators()
* Send the file to the client (Download)
*
* @param string|array $options Options for the file(s) to send
* @return void
* @throws Exception\BadMethodCallException Not implemented
*/
public function send($options = null)
Expand Down

0 comments on commit aed5127

Please sign in to comment.