Skip to content

Commit c36b2b4

Browse files
committed
Fix psalm
1 parent 5ca4f26 commit c36b2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Column/ColumnFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* unique?: bool|string,
3838
* }
3939
*/
40-
class ColumnFactory extends AbstractColumnFactory
40+
final class ColumnFactory extends AbstractColumnFactory
4141
{
4242
/**
4343
* The mapping from physical column types (keys) to abstract column types (values).

0 commit comments

Comments
 (0)