Skip to content

Commit 17ba81b

Browse files
committed
fix interface phpdoc
1 parent a92fa15 commit 17ba81b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ParserInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
use Chubbyphp\Parsing\Schema\UnionSchema;
2424

2525
/**
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)
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', bool $construct = false)
2929
*/
3030
interface ParserInterface
3131
{

0 commit comments

Comments
 (0)