Skip to content

Commit 61ec5ef

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Listener/SnowflakeGeneric.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ final class SnowflakeGeneric extends \Cycle\ORM\Entity\Behavior\Identifier\Liste
1818
private static int $node = 0;
1919

2020
private static Epoch|int $epochOffset = 0;
21-
2221
private GenericSnowflakeFactory $factory;
2322

2423
/**

src/Listener/Uuid2.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ protected function createValue(): \Ramsey\Identifier\Uuid
7373
$localIdentifier = $this->localIdentifier ?? self::$defaultLocalIdentifier;
7474
$node = $this->node ?? self::$defaultNode;
7575
$clockSeq = $this->clockSeq ?? self::$defaultClockSeq;
76-
76+
7777
$localDomain = \is_int($localDomain) ? DceDomain::from($localDomain) : $localDomain;
78-
78+
7979
return $this->factory->create($localDomain, $localIdentifier, $node, $clockSeq);
8080
}
8181
}

0 commit comments

Comments
 (0)