Showing 197 of 197 total issues
Line exceeds 120 characters; contains 172 characters Open
Open
$relation = (int) static::find()->initiators($initiator)->recipients($recipient)->andWhere([$model->mutualTypeAttribute => static::$mutualTypeNormal])->count();
- Exclude checks
Line exceeds 120 characters; contains 157 characters Open
Open
* $this->multiBlamesClass = UserRelationGroup::className(); // if you need relation group feature, `$multiBlamesClass` property should be specified.
- Exclude checks
Line exceeds 120 characters; contains 129 characters Open
Open
if (isset($event->changedAttributes[$raAttribute]) && $event->changedAttributes[$raAttribute] != $sender->$raAttribute) {
- Exclude checks
Line exceeds 120 characters; contains 132 characters Open
Open
throw new InvalidConfigException('$multiBlamesClass must be specified if you want to use multiple blameable features.');
- Exclude checks
Line exceeds 120 characters; contains 125 characters Open
Open
if (empty($self->multiBlamesClass) || !is_string($self->multiBlamesClass) || $self->multiBlamesAttribute === false) {
- Exclude checks
Line exceeds 120 characters; contains 185 characters Open
Open
return $range['exclude'] ? (!in_array($user, $range['user']) || !in_array($status, $range['status'])) : (in_array($user, $range['user']) || in_array($status, $range['status']));
- Exclude checks
Line exceeds 120 characters; contains 154 characters Open
Open
$rules = array_merge($this->getGuidRules(), $this->getIdRules(), $this->getCreatedAtRules(), $this->getUpdatedAtRules(), $this->getIpRules());
- Exclude checks
Line exceeds 120 characters; contains 124 characters Open
Open
return $this->andWhere([$model->createdByAttribute => $other, $model->otherGuidAttribute => $user])->one($database);
- Exclude checks
Line exceeds 120 characters; contains 132 characters Open
Open
if (isset($event->changedAttributes[$reaAttribute]) && $event->changedAttributes[$reaAttribute] != $sender->$reaAttribute) {
- Exclude checks
Line exceeds 120 characters; contains 137 characters Open
Open
if (is_string($notificationClass) && ((int) ($notificationClass::findByIdentity($user)->guid($log->content)->count())) > 0) {
- Exclude checks
Line exceeds 120 characters; contains 157 characters Open
Open
* $this->multiBlamesClass = UserRelationGroup::className(); // if you need relation group feature, `$multiBlamesClass` property should be specified.
- Exclude checks
Line exceeds 120 characters; contains 124 characters Open
Open
* @return \vistart\Models\queries\BaseRedisEntityQuery the newly created [[BaseEntityQuery]] or its sub-class instance.
- Exclude checks
Line exceeds 120 characters; contains 141 characters Open
Open
if (is_string($reaAttribute) && !$sender->isInitDatetime($sender->$raAttribute) && $sender->isInitDatetime($sender->$reaAttribute)) {
- Exclude checks
Whitespace found at end of line Open
Open
*
- Exclude checks
Whitespace found at end of line Open
Open
*
- Exclude checks
Whitespace found at end of line Open
Open
* @var int
- Exclude checks
Whitespace found at end of line Open
Open
* @var boolean
- Exclude checks
Whitespace found at end of line Open
Open
*
- Exclude checks
Whitespace found at end of line Open
Open
*
- Exclude checks
Whitespace found at end of line Open
Open
*
- Exclude checks