Skip to content

Commit 7b4a61e

Browse files
committed
refactor: add missing type hints
1 parent 8b2a437 commit 7b4a61e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Drafts/Draft3Test.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
class Draft3Test extends BaseDraftTestCase
1010
{
11+
/** @var string */
1112
protected $schemaSpec = 'http://json-schema.org/draft-03/schema#';
13+
/** @var bool */
1214
protected $validateSchema = true;
1315

1416
/**

0 commit comments

Comments
 (0)