mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
Fix PHPCS violation
This commit is contained in:
@@ -58,8 +58,7 @@ class UuidFormatter
|
||||
));
|
||||
|
||||
$table->addRows($this->getContent($uuid));
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$table->addRows(array(
|
||||
array('decode:', 'variant:', 'Not an RFC 4122 UUID'),
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user