Daniil Gentili
Daniil Gentili
The fully reproduces the leaks: ```
This is correct, overridden properties must not be looser than the parent (it's an extension of the equivalent rule present in PHP, applied to docblock types as well).
Method parameters can be looser, per LSP contravariance rules.
>Why does it understand this in the parameters of the method (https://psalm.dev/r/5afbcd2ec8), but not in the properties of the class? It doesn't, because loosening types in method parameters is simply...
Okay I see your point now, will fix
It seems like madelineproto is simply not using the db, are you sure you're using the latest version and are you sure you correctly updated the settings to use the...
I would need more logs to properly debug the issue, also try getting a memory profile with https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#getMemoryProfile
The attached profile is not readable by cachegrind, and there are no logfiles either...
Nvm about the logfile, forgot it requires a legacy version of gperftools, still it actually seems to track allocation sources not current usage so that sucks; either way, the logfile...