mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-26 17:46:38 +03:00
Clean up code according to PhpStorm inspections report
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
namespace Ramsey\Uuid\Provider;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* NodeProviderInterface provides functionality to get the node ID (or host ID
|
||||
* in the form of the system's MAC address) from a specific type of node provider
|
||||
@@ -24,7 +26,7 @@ interface NodeProviderInterface
|
||||
* Returns the system node ID
|
||||
*
|
||||
* @return string System node ID as a hexadecimal string
|
||||
* @throws \Exception if it was not possible to gather sufficient entropy
|
||||
* @throws Exception if it was not possible to gather sufficient entropy
|
||||
*/
|
||||
public function getNode();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user