We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9d1ac commit a92fa15Copy full SHA for a92fa15
src/ParserInterface.php
@@ -25,6 +25,7 @@
25
/**
26
* @method AssocSchema assoc(array<string, SchemaInterface> $fieldNameToSchema)
27
* @method ConstSchema const(bool|float|int|string $const)
28
+ * @method ObjectSchema object(array<string, SchemaInterface> $fieldNameToSchema, class-string $classname = \stdClass::class, bool $construct = false)
29
*/
30
interface ParserInterface
31
{
0 commit comments