Skip to content

Commit

Permalink
Merge pull request #402 from me1ifaro/remove-unreachable-statement
Browse files Browse the repository at this point in the history
Removed unreachable statement
  • Loading branch information
makasim committed Apr 24, 2014
2 parents 1992cb3 + 62b349d commit be933eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Controller/ImagineController.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,5 @@ public function filterAction(Request $request, $path, $filter)
} catch (RuntimeException $e) {
throw new \RuntimeException(sprintf('Unable to create image for path "%s" and filter "%s". Message was "%s"', $pathPrefix.$path, $filter, $e->getMessage()), 0, $e);
}

return new RedirectResponse($this->cacheManager->resolve($path, $filter), 301);
}
}

0 comments on commit be933eb

Please sign in to comment.