mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-19 16:47:23 +03:00
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
+1
-1
@@ -736,7 +736,7 @@ class Uuid implements UuidInterface
|
||||
*/
|
||||
public static function getFactory()
|
||||
{
|
||||
if (! self::$factory) {
|
||||
if (!self::$factory) {
|
||||
self::$factory = new UuidFactory();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user