mirror of
https://github.com/vrana/adminer.git
synced 2026-02-22 14:38:02 +01:00
Doc-comments: Fix type errors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
namespace Adminer;
|
||||
|
||||
class TmpFile {
|
||||
private resource $handler;
|
||||
/** @var resource */ private $handler;
|
||||
/** @visibility protected(set) */ public int $size;
|
||||
|
||||
function __construct() {
|
||||
|
||||
Reference in New Issue
Block a user