Fixing PSR2 standards violations reported by PHP_CodeSniffer

This commit is contained in:
Ben Ramsey
2014-11-08 14:53:12 -05:00
parent cd2d09c356
commit 90fd1531d0
10 changed files with 37 additions and 16 deletions
+1 -2
View File
@@ -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);
}