Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Addressing issue #5624. Implemented fix and added test case. #5644

Closed
wants to merge 4 commits into from
Closed

Addressing issue #5624. Implemented fix and added test case. #5644

wants to merge 4 commits into from

Conversation

jeremygiberson
Copy link
Contributor

Updated toArray on Zend/Json/Server/Smd and Smd/Service to include the required attributes according to the SMD spec; Added test to show setOptions on toArray output appropriately configures Smd

…onfigures Smd; Updated toArray on Zend/Json/Server/Smd and Smd/Service to include the required attributes according to the SMD spec
}

return $paramInfo = compact('envelope', 'target', 'transport', 'parameters', 'returns');
return $paramInfo = compact('envelope', 'target', 'transport', 'name', 'parameters', 'returns');
Copy link
Contributor

Choose a reason for hiding this comment

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

You might as well remove $paramInfo = ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm willing to--generally I like to make my changes as minimal as possible so I only changed what needed to be changed.

@weierophinney weierophinney added this to the 2.2.6 milestone Mar 3, 2014
@weierophinney weierophinney self-assigned this Mar 3, 2014
weierophinney added a commit that referenced this pull request Mar 3, 2014
Addressing issue #5624. Implemented fix and added test case.
weierophinney added a commit that referenced this pull request Mar 3, 2014
weierophinney added a commit to zendframework/zend-json that referenced this pull request May 15, 2015
…on/ZF2-5624

Addressing issue zendframework/zendframework#5624. Implemented fix and added test case.
weierophinney added a commit to zendframework/zend-json that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-json that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants