Skip to content

Commit 39987fc

Browse files
aaa2000soyuka
authored andcommitted
Fix phpstan error
1 parent c1c5ea5 commit 39987fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Swagger/Serializer/DocumentationNormalizerV2Test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2966,6 +2966,7 @@ public function testNormalizeWithDefaultProperty($expectedDefault, $expectedExam
29662966

29672967
$result = $normalizer->normalize($documentation, DocumentationNormalizer::FORMAT);
29682968

2969+
$this->assertIsArray($result);
29692970
$this->assertEquals($expectedDefault, $result['definitions']['DummyPropertyWithDefaultValue']['properties']['foo']['default']);
29702971
$this->assertEquals($expectedExample, $result['definitions']['DummyPropertyWithDefaultValue']['properties']['foo']['example']);
29712972
}

0 commit comments

Comments
 (0)