Skip to content

Commit 1548f28

Browse files
committed
Mark TableConfiguration as final
1 parent 16d2e63 commit 1548f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/TableConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Contains platform-specific parameters used for creating and managing objects scoped to a {@see Table}.
99
*/
10-
class TableConfiguration
10+
final class TableConfiguration
1111
{
1212
/** @internal The configuration can be only instantiated by a {@see SchemaConfig}. */
1313
public function __construct(private readonly int $maxIdentifierLength)

0 commit comments

Comments
 (0)