Skip to content

Commit a92fa15

Browse files
committed
fix phpdoc
1 parent ac9d1ac commit a92fa15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ParserInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @method AssocSchema assoc(array<string, SchemaInterface> $fieldNameToSchema)
2727
* @method ConstSchema const(bool|float|int|string $const)
28+
* @method ObjectSchema object(array<string, SchemaInterface> $fieldNameToSchema, class-string $classname = \stdClass::class, bool $construct = false)
2829
*/
2930
interface ParserInterface
3031
{

0 commit comments

Comments
 (0)