Skip to content

Commit a5b6268

Browse files
Change methods to static ColumnSchemaBuilderProvider::class. (#525)
1 parent 3986271 commit a5b6268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Provider/ColumnSchemaBuilderProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class ColumnSchemaBuilderProvider
1111
{
12-
public function types(): array
12+
public static function types(): array
1313
{
1414
return [
1515
['integer NULL DEFAULT NULL', SchemaInterface::TYPE_INTEGER, null, [['unsigned'], ['null']]],

0 commit comments

Comments
 (0)