Robert Korulczyk
Robert Korulczyk
This bug was never released, since `CallbackDependency` was added in this state in https://github.com/yiisoft/yii2/pull/20137
Does it help if you change `unset($this->_memoryReserve)` with `$this->_memoryReserve = null`?
That's weird. I suspected that during handling imap error (error 1), there is another error in error handler (error 2) which triggers error handler again which results `Setting unknown property`...
https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures#session_set_save_handler > Suggested backward compatible alternative: code which calls session_set_save_handler() with 6 or more arguments should wrap the callbacks into a SessionHandlerInterface implementation.
We could create a separate decorator class to avoid adding more methods to `Session`.
Fixing typed properties in validation seems like a lost cause to me, due to how Yii handles validation in models: it first assigns value to property, and then validates it....
Wouldn't be better to resolve view file in `View::beginContent()`? Passing view name as `viewFile` property looks a little bit off...
Your PR already assumes that you pass view **name** as first argument of `beginContent()`. Resolving name in this method will reduce number of places where view name is used as...
That is a bit tricky from language pack perspective, because Flarum will load only translations from enabled extensions. Since `afrux/flarum-theme-base` is not even an extension, it won't work if we...
@klimov-paul Even GitHub counts pages from 1: https://developer.github.com/v3/#pagination