We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7bdb0 commit f0eddbdCopy full SHA for f0eddbd
src/MartinGeorgiev/Doctrine/DBAL/Type.php
@@ -39,4 +39,9 @@ final class Type
39
public const NUMRANGE = 'numrange';
40
public const TSRANGE = 'tsrange';
41
public const TSTZRANGE = 'tstzrange';
42
+
43
+ private function __construct()
44
+ {
45
+ // Prevent instantiation
46
+ }
47
}
0 commit comments