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

removed "self" typehints in Zend\Config and Zend\Mvc #3499

Closed
wants to merge 1 commit into from

Conversation

prolic
Copy link
Contributor

@prolic prolic commented Jan 20, 2013

This one is related to: #2977

@@ -343,7 +343,7 @@ public function offsetUnset($offset)
* @param Config $merge
* @return Config
*/
public function merge(self $merge)
public function merge(Config $merge)
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Just out of curiosity, why it is better ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is related to: #2977

Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you

weierophinney added a commit that referenced this pull request Jan 21, 2013
@ghost ghost assigned weierophinney Jan 21, 2013
@weierophinney
Copy link
Member

I cherry-picked so we could put it in master as well. Thanks, @prolic

@prolic prolic deleted the typehints branch January 21, 2013 20:44
weierophinney added a commit to zendframework/zend-config that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-config 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.

None yet

3 participants