Skip to content

Commit b945f23

Browse files
committed
Make the class final
1 parent 5f5aaee commit b945f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Lib/Connector/Universal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Symfony\Component\BrowserKit\AbstractBrowser as Client;
55
use Symfony\Component\BrowserKit\Response;
66

7-
class Universal extends Client
7+
final class Universal extends Client
88
{
99
use Shared\PhpSuperGlobalsConverter;
1010

0 commit comments

Comments
 (0)