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

Fix unused imports and local variables #6093

Closed
wants to merge 3 commits into from
Closed

Fix unused imports and local variables #6093

wants to merge 3 commits into from

Conversation

micheh
Copy link
Contributor

@micheh micheh commented Apr 7, 2014

This pull request fixes unused use statements and removes unused local variables

@@ -128,7 +127,7 @@ public function handleRouteNotFoundError(MvcEvent $e)
$mm = null;
try{
$mm = $sm->get('ModuleManager');
} catch (ServiceNotFoundException $e) {
} catch (ServiceNotFoundException $exception) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Variable was renamed to prevent collision with the MvcEvent argument

@Ocramius Ocramius self-assigned this Apr 8, 2014
@Ocramius Ocramius added Mvc and removed bug labels Apr 8, 2014
@micheh
Copy link
Contributor Author

micheh commented Apr 8, 2014

Test added (Travis failure is unrelated)

@Ocramius Ocramius closed this in d8caf68 Apr 8, 2014
Ocramius added a commit that referenced this pull request Apr 8, 2014
@Ocramius Ocramius added this to the 2.3.1 milestone Apr 8, 2014
@micheh micheh deleted the remove-unused branch April 8, 2014 18:52
weierophinney pushed a commit to zendframework/zend-mail that referenced this pull request May 14, 2015
weierophinney pushed a commit to zendframework/zend-mail that referenced this pull request May 14, 2015
gianarb pushed a commit to zendframework/zend-math that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-math that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-stdlib that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-stdlib that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-i18n that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-i18n that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-text that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-text that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-di that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-di that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-http that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-http that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-json that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-json that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-escaper that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-escaper that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-session that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-session that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-soap that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-soap that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-feed that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-feed 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants