Skip to content

Commit 73c830e

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
style(php-cs-fixer): fix coding standards
1 parent 2ecded9 commit 73c830e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Listener/Uuid3.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ public function __construct(
3535
/**
3636
* Set default values for UUIDv3 generation.
3737
*
38-
* @param NamespaceId|Uuid|string|null $namespace
39-
* @param string|null $name
4038
*/
4139
public static function setDefaults(
4240
NamespaceId|Uuid|string|null $namespace,

tests/Identifier/Unit/Uuid3Test.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Cycle\ORM\Entity\Behavior\Identifier\Listener\Uuid3 as Listener;
1010
use Cycle\ORM\SchemaInterface;
1111
use PHPUnit\Framework\TestCase;
12-
use Ramsey\Identifier\Uuid\NamespaceId;
1312

1413
final class Uuid3Test extends TestCase
1514
{

0 commit comments

Comments
 (0)