Skip to content

Commit

Permalink
Fix typo and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-scythe committed Jul 3, 2021
1 parent 7c946ea commit e762244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Action/Api/Scope/Box/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Psr\Http\Message\ServerRequestInterface;

/**
* Action for deleeting a box from the server
* Action for deleting a box from the server
*
* @package Phagrancy\Action\Api\Scope\Box
*/
Expand All @@ -36,8 +36,8 @@ class Delete

public function __construct(Repository\Box $boxes, Input\BoxDelete $input, $storagePath)
{
$this->boxes = $boxes;
$this->input = $input;
$this->boxes = $boxes;
$this->input = $input;
$this->storagePath = $storagePath;
}

Expand Down

0 comments on commit e762244

Please sign in to comment.