mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Coding standards fixes
This commit is contained in:
@@ -42,7 +42,7 @@ class CombGenerator implements RandomGeneratorInterface
|
||||
|
||||
$hash = '';
|
||||
|
||||
if ($this->timestampBytes > 0 && $length > $this->timestampBytes) {
|
||||
if ($this->timestampBytes > 0 && $length > $this->timestampBytes) {
|
||||
$hash = $this->randomGenerator->generate($length - $this->timestampBytes);
|
||||
}
|
||||
|
||||
@@ -65,4 +65,4 @@ class CombGenerator implements RandomGeneratorInterface
|
||||
|
||||
return $time[1] . substr($time[0], 2, 5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user