Refactor codecs to remove duplication

This commit is contained in:
Thibaud Fabre
2014-11-08 15:00:58 +01:00
parent 84123b2060
commit c07988fe31
7 changed files with 70 additions and 114 deletions
+1
View File
@@ -787,6 +787,7 @@ class Uuid implements UuidInterface, \JsonSerializable
if (!preg_match('/' . self::VALID_PATTERN . '/', $uuid)) {
return false;
}
return true;
}