Doc-comments: Fix type errors

This commit is contained in:
Jakub Vrana
2025-03-28 10:25:11 +01:00
parent 54f8d731b3
commit b948f77af4
16 changed files with 97 additions and 89 deletions

View File

@@ -2,7 +2,7 @@
namespace Adminer;
class TmpFile {
private resource $handler;
/** @var resource */ private $handler;
/** @visibility protected(set) */ public int $size;
function __construct() {