@@ -59,13 +59,13 @@ |
||
| 59 | 59 | { |
| 60 | 60 | $table->addRows(array( |
| 61 | 61 | array('encode:', 'STR:', (string) $uuid), |
| 62 | - array('', 'INT:', (string) $uuid->getInteger()), |
|
| 62 | + array('', 'INT:', (string) $uuid->getInteger()), |
|
| 63 | 63 | )); |
| 64 | 64 | |
| 65 | 65 | if ($uuid->getVariant() == Uuid::RFC_4122) { |
| 66 | 66 | $table->addRows(array( |
| 67 | - array('decode:', 'variant:',$this->getFormattedVariant($uuid)), |
|
| 68 | - array('', 'version:', $this->getFormattedVersion($uuid)), |
|
| 67 | + array('decode:', 'variant:', $this->getFormattedVariant($uuid)), |
|
| 68 | + array('', 'version:', $this->getFormattedVersion($uuid)), |
|
| 69 | 69 | )); |
| 70 | 70 | |
| 71 | 71 | $table->addRows($this->getContent($uuid)); |