Skip to content

Commit

Permalink
Change methods to static ColumnSchemaBuilderProvider::class. (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Feb 17, 2023
1 parent 3986271 commit a5b6268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Provider/ColumnSchemaBuilderProvider.php
Expand Up @@ -9,7 +9,7 @@

class ColumnSchemaBuilderProvider
{
public function types(): array
public static function types(): array
{
return [
['integer NULL DEFAULT NULL', SchemaInterface::TYPE_INTEGER, null, [['unsigned'], ['null']]],
Expand Down

0 comments on commit a5b6268

Please sign in to comment.