We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b607f commit 311f567Copy full SHA for 311f567
app/helpers/MetaFormats/Validators/VBool.php
@@ -11,6 +11,7 @@ class VBool
11
12
public function validate(mixed $value)
13
{
14
+ ///TODO: remove 'false' once the testUpdateInstance test issue is fixed.
15
return $value === true || $value === false || $value === 'false';
16
}
17
0 commit comments