Completed
Push — master ( 84fa89...037efd )
by Robin
01:23
created
src/Native/NativeState.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -58,6 +58,9 @@
 block discarded – undo
58 58
 		113 => NoRouteToHostException::class
59 59
 	];
60 60
 
61
+	/**
62
+	 * @param null|string $path
63
+	 */
61 64
 	protected function handleError(?string $path): void {
62 65
 		/** @var int $error */
63 66
 		$error = smbclient_state_errno($this->state);
Please login to merge, or discard this patch.