mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Coding standards fix
This commit is contained in:
+3
-3
@@ -1164,11 +1164,11 @@ final class Uuid
|
||||
protected static function getNodeFromSystem()
|
||||
{
|
||||
static $node = null;
|
||||
|
||||
if($node !== null) {
|
||||
|
||||
if ($node !== null) {
|
||||
return $node;
|
||||
}
|
||||
|
||||
|
||||
$pattern = '/[^:]([0-9A-Fa-f]{2}([:-])[0-9A-Fa-f]{2}(\2[0-9A-Fa-f]{2}){4})[^:]/';
|
||||
$matches = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user