@@ -22,8 +22,8 @@ Announce list can be created from the following structures:
2222
2323 <?php
2424
25- use SandFox \Torrent\DataTypes\AnnounceList;
26- use SandFox \Torrent\DataTypes\UriList;
25+ use Arokettu \Torrent\DataTypes\AnnounceList;
26+ use Arokettu \Torrent\DataTypes\UriList;
2727
2828 // Build from iterable
2929 $announceList = AnnounceList::fromIterable([
@@ -43,8 +43,8 @@ Modification
4343
4444 <?php
4545
46- use SandFox \Torrent\DataTypes\AnnounceList;
47- use SandFox \Torrent\DataTypes\UriList;
46+ use Arokettu \Torrent\DataTypes\AnnounceList;
47+ use Arokettu \Torrent\DataTypes\UriList;
4848
4949 // append a list
5050 $announceList = AnnounceList::append(
@@ -87,7 +87,7 @@ Creation
8787
8888 <?php
8989
90- use SandFox \Torrent\DataTypes\Node;
90+ use Arokettu \Torrent\DataTypes\Node;
9191
9292 // Build from array
9393 $node = Node::fromArray(['localhost', 11111]);
@@ -138,8 +138,8 @@ Node list can be created from the following structures:
138138
139139 <?php
140140
141- use SandFox \Torrent\DataTypes\Node;
142- use SandFox \Torrent\DataTypes\NodeList;
141+ use Arokettu \Torrent\DataTypes\Node;
142+ use Arokettu \Torrent\DataTypes\NodeList;
143143
144144 // Build from iterable
145145 $nodeList = NodeList::fromIterable([
@@ -159,8 +159,8 @@ Modification
159159
160160 <?php
161161
162- use SandFox \Torrent\DataTypes\Node;
163- use SandFox \Torrent\DataTypes\NodeList;
162+ use Arokettu \Torrent\DataTypes\Node;
163+ use Arokettu \Torrent\DataTypes\NodeList;
164164
165165 // append a node
166166 $nodeList = NodeList::append(
@@ -209,7 +209,7 @@ Uri list can be created from the following structures:
209209
210210 <?php
211211
212- use SandFox \Torrent\DataTypes\UriList;
212+ use Arokettu \Torrent\DataTypes\UriList;
213213
214214 // Build from iterable
215215 $uriList = UriList::fromIterable([
@@ -229,7 +229,7 @@ Modification
229229
230230 <?php
231231
232- use SandFox \Torrent\DataTypes\UriList;
232+ use Arokettu \Torrent\DataTypes\UriList;
233233
234234 // append a list
235235 $uriList = UriList::append(
0 commit comments