feat(api tester): exclude 400 test cases for openapi endpoints #398
Annotations
8 errors
Ecs
Process completed with exit code 2.
|
PHPStan:
src/Definition/Operation.php#L46
Property APITester\Definition\Operation::$extensions type has no value type specified in iterable type array.
|
PHPStan:
src/Definition/Operation.php#L205
Method APITester\Definition\Operation::getExtensions() return type has no value type specified in iterable type array.
|
PHPStan:
src/Definition/Operation.php#L287
Method APITester\Definition\Operation::setExtensions() has parameter $extensions with no value type specified in iterable type array.
|
PHPStan:
src/Preparator/Config/Error400PreparatorConfig.php#L7
Class APITester\Preparator\Config\Error400PreparatorConfig is neither abstract nor final.
|
PHPStan:
src/Preparator/Error400Preparator.php#L127
Strict comparison using !== between mixed and null will always evaluate to true.
|
PHPStan:
tests/Preparator/Error400MissingRequiredFieldsPreparatorTest.php#L26
Method APITester\Tests\Preparator\Error400MissingRequiredFieldsPreparatorTest::test() has parameter $config with no value type specified in iterable type array.
|
PHPStan
Process completed with exit code 1.
|