Skip to content

Commit ee860de

Browse files
committed
fix: correct mixed usage in newly added tests
1 parent 74e3a62 commit ee860de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/JsonSchemaTestSuiteTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ class JsonSchemaTestSuiteTest extends TestCase
1717
{
1818
/**
1919
* @dataProvider casesDataProvider
20+
*
21+
* @param mixed $data
2022
*/
2123
public function testTestCaseValidatesCorrectly(
2224
string $testCaseDescription,
2325
string $testDescription,
2426
\stdClass $schema,
25-
mixed $data,
27+
$data,
2628
bool $expectedValidationResult,
2729
bool $optional
2830
): void

0 commit comments

Comments
 (0)