1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/16955] Resolve incompatibilities with doctum

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-27 19:52:14 +01:00
parent eeeb69b4ae
commit cedd447659
6 changed files with 12 additions and 6 deletions

View File

@@ -82,7 +82,8 @@ class ajax_iohandler extends iohandler_base
protected $redirect_url;
/**
* @var resource|closed-resource
* @var resource
* @psalm-var resource|closed-resource
*/
protected $file_lock_pointer;