Skip to content

Commit

Permalink
make class final
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander M. Turek <[email protected]>
  • Loading branch information
connorhu and derrabus authored Feb 6, 2024
1 parent af4992d commit f623791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query/TokenType.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Doctrine\ORM\Query;

class TokenType
final class TokenType
{
// All tokens that are not valid identifiers must be < 100
public const T_NONE = 1;
Expand Down

0 comments on commit f623791

Please sign in to comment.