Skip to content

Commit ee335cd

Browse files
committed
[StaticClass]Use keyword to make sure it won't be extended
1 parent e81de2b commit ee335cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Parser/DbProductColumns.php

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

88
namespace Lifyzer\Parser;
99

10-
class DbProductColumns
10+
final class DbProductColumns
1111
{
1212
public const PRODUCT_ID = 'id';
1313
public const BARCODE = 'barcode_id';

0 commit comments

Comments
 (0)