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

Commit

Permalink
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/PhpClassFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function getClasses()
/**
* Add class
*
* @param string $class
* @param string $class
* @return PhpClassFile
*/
public function addClass($class)
Expand Down
2 changes: 1 addition & 1 deletion src/Transfer/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ abstract public function isUploaded($files = null);
/**
* Has the file been filtered ?
*
* @param array|string|null $files
* @param array|string|null $files
* @return bool
*/
abstract public function isFiltered($files = null);
Expand Down
2 changes: 1 addition & 1 deletion src/Transfer/Adapter/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Http extends AbstractAdapter
/**
* Constructor for Http File Transfers
*
* @param array $options OPTIONAL Options to set
* @param array $options OPTIONAL Options to set
* @throws Exception\PhpEnvironmentException if file uploads are not allowed
*/
public function __construct($options = array())
Expand Down

0 comments on commit ca1f464

Please sign in to comment.