mirror of
https://github.com/vrana/adminer.git
synced 2026-04-14 08:28:35 +02: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