* @since 2.0 * @deprecated since 2.0.13, the class name `Object` is invalid since PHP 7.2, use [[BaseObject]] instead. * @see https://wiki.php.net/rfc/object-typehint * @see https://github.com/yiisoft/yii2/issues/7936#issuecomment-315384669 */ class Object extends BaseObject { }