Completed
Push — master ( 2f3ff4...ec564d )
by Robin
21:15
created
src/Wrapped/Server.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.
src/Wrapped/Share.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.