Skip to content

Commit c2044cf

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
style(php-cs-fixer): fix coding standards
1 parent 5e38c0b commit c2044cf

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

src/Command/Build.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace Internal\DLoad\Command;
66

7-
use Internal\DLoad\Module\Common\FileSystem\Path;
87
use Internal\DLoad\Module\Config\Schema\Action\Velox as VeloxAction;
98
use Internal\DLoad\Module\Config\Schema\Actions;
109
use Internal\DLoad\Module\Task\Progress;

src/Module/Downloader/SoftwareCollection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
use Internal\DLoad\Info;
88
use Internal\DLoad\Module\Config\Schema\CustomSoftwareRegistry;
99
use Internal\DLoad\Module\Config\Schema\Embed\Software;
10-
use IteratorAggregate;
1110

1211
/**
1312
* Collection of software package configurations.
1413
*
1514
* Manages both custom and default software registry entries.
1615
* Provides lookup functionality to find software by name or alias.
1716
*
18-
* @implements IteratorAggregate<Software>
17+
* @implements \IteratorAggregate<Software>
1918
*/
2019
final class SoftwareCollection implements \IteratorAggregate, \Countable
2120
{

src/Module/Velox/Internal/VeloxBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Internal\DLoad\Module\Velox\Exception\Config as ConfigException;
1818
use Internal\DLoad\Module\Velox\Result;
1919
use Internal\DLoad\Module\Velox\Task;
20-
use Internal\DLoad\Module\Version\Version;
2120
use Internal\DLoad\Service\Logger;
2221
use React\Promise\PromiseInterface;
2322

0 commit comments

Comments
 (0)