mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-18 16:37:43 +03:00
Fixing PSR2 standards violations reported by PHP_CodeSniffer
This commit is contained in:
@@ -66,8 +66,7 @@ class DecodeCommand extends Command
|
||||
$table->addRows(array(
|
||||
array('decode:', 'variant:', 'Not an RFC 4122 UUID'),
|
||||
));
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$this->dumpUuid($table, $uuid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user