Update coding style to include PSR-12, among other options

This also includes heavy use of slevomat/coding-standard to apply
various checks to the code, based on maintainer (me) preference.
This commit is contained in:
Ben Ramsey
2019-12-17 16:50:38 -06:00
parent 0e7cdfe620
commit ef999c2b2c
3 changed files with 2 additions and 5 deletions
-3
View File
@@ -569,9 +569,6 @@ class Uuid implements UuidInterface
return (int) hexdec($this->getTimestampHex());
}
/**
* @inheritdoc
*/
public function getTimestampHex(): string
{
if ($this->getVersion() !== 1) {