Skip to content

Commit 68b50b7

Browse files
committed
docs: remove incorrect docmment
1 parent d0ca3e6 commit 68b50b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/system/Models/ValidationModelTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ public function testUpdateEntityWithCleanValidationRulesFalse()
441441
// Change field1 value.
442442
$entity->field1 = '';
443443

444-
// Set $cleanValidationRules to false.
445444
$model->save($entity);
446445

447446
$errors = $model->errors();

0 commit comments

Comments
 (0)