File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
namespace Internal \DLoad \Command ;
6
6
7
- use Internal \DLoad \Module \Common \FileSystem \Path ;
8
7
use Internal \DLoad \Module \Config \Schema \Action \Velox as VeloxAction ;
9
8
use Internal \DLoad \Module \Config \Schema \Actions ;
10
9
use Internal \DLoad \Module \Task \Progress ;
Original file line number Diff line number Diff line change 7
7
use Internal \DLoad \Info ;
8
8
use Internal \DLoad \Module \Config \Schema \CustomSoftwareRegistry ;
9
9
use Internal \DLoad \Module \Config \Schema \Embed \Software ;
10
- use IteratorAggregate ;
11
10
12
11
/**
13
12
* Collection of software package configurations.
14
13
*
15
14
* Manages both custom and default software registry entries.
16
15
* Provides lookup functionality to find software by name or alias.
17
16
*
18
- * @implements IteratorAggregate<Software>
17
+ * @implements \ IteratorAggregate<Software>
19
18
*/
20
19
final class SoftwareCollection implements \IteratorAggregate, \Countable
21
20
{
Original file line number Diff line number Diff line change 17
17
use Internal \DLoad \Module \Velox \Exception \Config as ConfigException ;
18
18
use Internal \DLoad \Module \Velox \Result ;
19
19
use Internal \DLoad \Module \Velox \Task ;
20
- use Internal \DLoad \Module \Version \Version ;
21
20
use Internal \DLoad \Service \Logger ;
22
21
use React \Promise \PromiseInterface ;
23
22
You can’t perform that action at this time.
0 commit comments