mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
add final to classes
This commit is contained in:
parent
9fe44e475a
commit
edc9703e6b
50 changed files with 50 additions and 49 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue