Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

[Insight] Code should not be duplicated - in src/Message/Request/Ftp/Put.php, line 22 #9

@shulard

Description

@shulard

in src/Message/Request/Ftp/Put.php, line 22

The next 29 lines appear both in src/Message/Request/Ftp/Put.php:22 and src/Message/Request/Ssh/Put.php:22.

 * Ftp Put Request object => Use to upload files to remote
 * @package Bee4\Transport\Message\Request\Ftp
 */
class Put extends FtpRequest
{
    use WithBodyStreamTrait;

    protected function prepare()
    {
        parent::prepare();

Posted from SensioLabsInsight

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions