We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbc97a commit ffaa8beCopy full SHA for ffaa8be
1 file changed
tests/Unit/Types/ObjectSchemaTest.php
@@ -113,7 +113,7 @@
113
}
114
})->throws(SchemaException::class);
115
116
-it('can set set the property title separately from the property key', function (): void {
+it('can set the property title separately from the property key', function (): void {
117
$objectSchema = Schema::object()
118
->properties(
119
Schema::string('foo')->title('Foo'),
0 commit comments