Skip to content

Conversation

Aribros
Copy link
Contributor

@Aribros Aribros commented Sep 14, 2023

Fix #155

$this->assertInstanceOf(\cebe\openapi\spec\Parameter::class, $userIdPath->parameters[0]);
$this->assertInstanceOf(\cebe\openapi\spec\Parameter::class, $userIdPath->parameters[1]);
$this->assertEquals($userIdPath->parameters[2]->name, 'id');

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

@cebe cebe added this to the 1.8.0 milestone Apr 23, 2025
@cebe cebe merged commit db98ac8 into cebe:master May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Referenced Parameters compiling to Object instead of Array
3 participants