add final to classes

This commit is contained in:
Robin Appelman 2025-10-25 17:51:52 +02:00
commit edc9703e6b
50 changed files with 50 additions and 49 deletions

View file

@ -22,7 +22,7 @@ use Icewind\SMB\IServer;
use Icewind\SMB\Wrapped\Server;
use Icewind\SMB\Wrapped\Share;
class NativeShare extends AbstractShare {
final class NativeShare extends AbstractShare {
/**
* @var IServer $server
*/