Skip to content

Commit 311f567

Browse files
committed
added a todo regarding VBool
1 parent a7b607f commit 311f567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/helpers/MetaFormats/Validators/VBool.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class VBool
1111

1212
public function validate(mixed $value)
1313
{
14+
///TODO: remove 'false' once the testUpdateInstance test issue is fixed.
1415
return $value === true || $value === false || $value === 'false';
1516
}
1617
}

0 commit comments

Comments
 (0)