mirror of
https://github.com/vrana/adminer.git
synced 2026-02-22 14:38:02 +01: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