Fix PHPCS violation

This commit is contained in:
Thibaud Fabre
2014-11-09 11:34:28 +01:00
parent 463aa47338
commit 3ca7eaa070
+1 -2
View File
@@ -58,8 +58,7 @@ class UuidFormatter
));
$table->addRows($this->getContent($uuid));
}
else {
} else {
$table->addRows(array(
array('decode:', 'variant:', 'Not an RFC 4122 UUID'),
));