Skip to content

Commit f0eddbd

Browse files
Adding constructor
1 parent 6c7bdb0 commit f0eddbd

File tree

1 file changed

+5
-0
lines changed
  • src/MartinGeorgiev/Doctrine/DBAL

1 file changed

+5
-0
lines changed

src/MartinGeorgiev/Doctrine/DBAL/Type.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@ final class Type
3939
public const NUMRANGE = 'numrange';
4040
public const TSRANGE = 'tsrange';
4141
public const TSTZRANGE = 'tstzrange';
42+
43+
private function __construct()
44+
{
45+
// Prevent instantiation
46+
}
4247
}

0 commit comments

Comments
 (0)