Skip to content

Commit

Permalink
Mark SQLSrv\Statement final
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Jun 27, 2020
1 parent 2a88ff9 commit fed41c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Driver/SQLSrv/Statement.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

namespace Doctrine\DBAL\Driver\SQLSrv;

class Statement extends SQLSrvStatement
final class Statement extends SQLSrvStatement
{
}

0 comments on commit fed41c6

Please sign in to comment.