Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F7712205
D1611.id4116.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
853 B
Referenced Files
None
Subscribers
None
D1611.id4116.diff
View Options
diff --git a/src/Strings/UUID.php b/src/Identifiers/UUID.php
rename from src/Strings/UUID.php
rename to src/Identifiers/UUID.php
--- a/src/Strings/UUID.php
+++ b/src/Identifiers/UUID.php
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
-namespace Keruald\OmniTools\Strings;
+namespace Keruald\OmniTools\Identifiers;
class UUID {
diff --git a/tests/Strings/UUIDTest.php b/tests/Identifiers/UUIDTest.php
rename from tests/Strings/UUIDTest.php
rename to tests/Identifiers/UUIDTest.php
--- a/tests/Strings/UUIDTest.php
+++ b/tests/Identifiers/UUIDTest.php
@@ -1,9 +1,9 @@
<?php
declare(strict_types=1);
-namespace Keruald\OmniTools\Tests\Strings;
+namespace Keruald\OmniTools\Tests\Identifiers;
-use Keruald\OmniTools\Strings\UUID;
+use Keruald\OmniTools\Identifiers\UUID;
use Phpunit\Framework\TestCase;
class UUIDTest extends TestCase {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 2, 12:49 (17 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2624629
Default Alt Text
D1611.id4116.diff (853 B)
Attached To
Mode
D1611: Move UUID class from Strings to Identifiers namespace
Attached
Detach File
Event Timeline
Log In to Comment