mirror of
https://github.com/vrana/adminer.git
synced 2026-04-09 22:20:16 +02:00
Doc-comments: Format
This commit is contained in:
@@ -9,8 +9,6 @@ class TmpFile {
|
||||
$this->handler = tmpfile();
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
function write(string $contents): void {
|
||||
$this->size += strlen($contents);
|
||||
fwrite($this->handler, $contents);
|
||||
|
||||
Reference in New Issue
Block a user