@@ -20,7 +20,7 @@ |
||
20 | 20 | * Check if the smbclient php extension is available |
21 | 21 | * |
22 | 22 | * @param ISystem $system |
23 | - * @return bool |
|
23 | + * @return string|boolean |
|
24 | 24 | */ |
25 | 25 | public static function available(ISystem $system) { |
26 | 26 | return $system->getSmbclientPath(); |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Icewind\SMB\INotifyHandler; |
17 | 17 | use Icewind\SMB\IServer; |
18 | 18 | use Icewind\SMB\ISystem; |
19 | -use Icewind\SMB\TimeZoneProvider; |
|
20 | 19 | use Icewind\Streams\CallbackWrapper; |
21 | 20 | |
22 | 21 | class Share extends AbstractShare { |