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.
ColumnSchemaBuilderProvider::class
1 parent 3986271 commit a5b6268Copy full SHA for a5b6268
1 file changed
tests/Provider/ColumnSchemaBuilderProvider.php
@@ -9,7 +9,7 @@
9
10
class ColumnSchemaBuilderProvider
11
{
12
- public function types(): array
+ public static function types(): array
13
14
return [
15
['integer NULL DEFAULT NULL', SchemaInterface::TYPE_INTEGER, null, [['unsigned'], ['null']]],
0 commit comments