Completed
Push — master ( 866f2b...0d9341 )
by Robin
01:17
created
src/Wrapped/Share.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,14 +13,11 @@
 block discarded – undo
13 13
 use Icewind\SMB\Exception\FileInUseException;
14 14
 use Icewind\SMB\Exception\InvalidTypeException;
15 15
 use Icewind\SMB\Exception\NotFoundException;
16
-use Icewind\SMB\Exception\InvalidRequestException;
17 16
 use Icewind\SMB\IFileInfo;
18 17
 use Icewind\SMB\INotifyHandler;
19 18
 use Icewind\SMB\IServer;
20 19
 use Icewind\SMB\ISystem;
21 20
 use Icewind\Streams\CallbackWrapper;
22
-use Icewind\SMB\Native\NativeShare;
23
-use Icewind\SMB\Native\NativeServer;
24 21
 
25 22
 class Share extends AbstractShare {
26 23
 	/**
Please login to merge, or discard this patch.