Passed
Push — developer ( 2a4a55...bf97c6 )
by Radosław
18:45
created
app/Fields/RecordNumber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
 		$data = ['cur_sequence' => $actualSequence];
180 180
 		$this->set('cur_sequence', $actualSequence);
181 181
 		if ($value = $this->getRelatedValue()) {
182
-			$dbCommand->upsert('u_#__modentity_sequences', ['tabid' => $this->get('tabid'),	'value' => $value,	'cur_id' => $reqNo], ['cur_id' => $reqNo])->execute();
182
+			$dbCommand->upsert('u_#__modentity_sequences', ['tabid' => $this->get('tabid'), 'value' => $value, 'cur_id' => $reqNo], ['cur_id' => $reqNo])->execute();
183 183
 		} else {
184 184
 			$data['cur_id'] = $reqNo;
185 185
 			$this->set('cur_id', $reqNo);
Please login to merge, or discard this patch.