mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
remove unneeded variable and use type casting instead of intval
This commit is contained in:
parent
f258947a6f
commit
a2cf2aca97
2 changed files with 2 additions and 3 deletions
|
|
@ -370,8 +370,7 @@ class Share extends AbstractShare {
|
|||
protected function execute($command) {
|
||||
$this->connect();
|
||||
$this->connection->write($command . PHP_EOL);
|
||||
$output = $this->connection->read();
|
||||
return $output;
|
||||
return $this->connection->read();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue