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

Redundant conditional #4920

Closed
wants to merge 1 commit into from
Closed

Redundant conditional #4920

wants to merge 1 commit into from

Conversation

atz
Copy link
Contributor

@atz atz commented Aug 1, 2013

The previous conditional guarantees that in this block isset($this->instances[$cName]) must be false. Otherwise we would have returned already. No point checking it again here.

The previous conditional guarantees that in this block isset($this->instances[$cName]) must be false.  Otherwise we would have returned already.  No point checking it again here.
@ghost ghost assigned weierophinney Aug 19, 2013
weierophinney added a commit that referenced this pull request Aug 19, 2013
weierophinney added a commit that referenced this pull request Aug 19, 2013
weierophinney added a commit to zendframework/zend-servicemanager that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-servicemanager that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-servicemanager 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.

2 participants