Passed
Push — master ( e5fea7...ca3a79 )
by Tõnis
02:09
created
Respondent.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
                 if ($i >= static::MAX_ALTERNATIVE_CONTACTS) {
173 173
                     $this->addError($attribute, Yii::t('app', 'Maximum alternative phone numbers limit ({0}) reached for {1}', [static::MAX_ALTERNATIVE_CONTACTS, $this->phone_number]));
174 174
                 }
175
-               $this->validatePhoneNumber($attribute, $item);
175
+                $this->validatePhoneNumber($attribute, $item);
176 176
             }
177 177
         }
178 178
         $this->alternative_phone_numbers = yii\helpers\Json::encode($cleanItems);
Please login to merge, or discard this patch.