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 180819a commit d48113bCopy full SHA for d48113b
src/MartinGeorgiev/Doctrine/DBAL/Type.php
@@ -4,7 +4,7 @@
4
5
namespace MartinGeorgiev\Doctrine\DBAL;
6
7
-abstract class Type
+enum Type
8
{
9
public const BIGINT_ARRAY = 'bigint[]';
10
}
0 commit comments