Skip to content

Commit

Permalink
Some mroe php cs fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Kasselman committed Aug 4, 2023
1 parent becf98d commit 6cf9f3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/Uploader/Chunk/ChunkManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@

class ChunkManager implements ChunkManagerInterface
{
/**
* @param array $configuration
* @param ChunkStorageInterface $storage
*/
public function __construct(protected array $configuration, protected ChunkStorageInterface $storage)
{
}
Expand Down
3 changes: 0 additions & 3 deletions src/Uploader/Chunk/Storage/FlysystemStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

class FlysystemStorage implements ChunkStorageInterface
{
/**
* @var array
*/
protected array $unhandledChunk = [];

public function __construct(protected Filesystem $filesystem, public int $bufferSize, protected string $streamWrapperPrefix, protected string $prefix)
Expand Down

0 comments on commit 6cf9f3a

Please sign in to comment.