mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-19 16:47:23 +03:00
add typehints and return types
This commit is contained in:
committed by
Ben Ramsey
parent
3e81dad348
commit
0e7cdfe620
@@ -38,7 +38,7 @@ class FallbackNodeProvider implements NodeProviderInterface
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function getNode()
|
||||
public function getNode(): ?string
|
||||
{
|
||||
foreach ($this->nodeProviders as $provider) {
|
||||
if ($node = $provider->getNode()) {
|
||||
|
||||
Reference in New Issue
Block a user