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

@ -28,7 +28,7 @@ use Icewind\SMB\IOptions;
/**
* Low level wrapper for libsmbclient-php with error handling
*/
class NativeState {
final class NativeState {
/** @var resource|null */
protected $state = null;