Mark RegisteredListenerCache as internal

This commit is contained in:
Dylan K. Taylor 2023-04-11 22:33:44 +01:00
parent 946c2fbacc
commit 3490e2b06a
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -23,6 +23,9 @@ declare(strict_types=1);
namespace pocketmine\event;
/**
* @internal
*/
final class RegisteredListenerCache{
/**