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.
2 parents 62c6f7d + a16a2fa commit c3ad81dCopy full SHA for c3ad81d
README.md
@@ -47,7 +47,7 @@ $schema = new MetaYaml($schema);
47
it can take some time (up to a second for a few hundred lines)
48
so do it only once, and maybe only in development!
49
*/
50
-$schema->validate_schema(); // return true or throw an exception
+$schema->validateSchema(); // return true or throw an exception
51
52
// you could also have done this at init
53
$schema = new MetaYaml($schema, true); // will load AND validate the schema
0 commit comments