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

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#7079-develop-cs-fixes' i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 28, 2014
3 parents 1fdcc3e + 6d02263 + 7e843ea commit 57f9d68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Resolver/PrefixPathStackResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace Zend\View\Resolver;

use Zend\View\Exception;
use Zend\View\Renderer\RendererInterface as Renderer;

final class PrefixPathStackResolver implements ResolverInterface
Expand Down Expand Up @@ -54,6 +53,6 @@ public function resolve($name, Renderer $renderer = null)
}
}

return null;
return;
}
}

0 comments on commit 57f9d68

Please sign in to comment.