Skip to content

Commit

Permalink
Merge pull request #186 from liip/fix-cache-phpdoc
Browse files Browse the repository at this point in the history
fix doc of CacheManager::resolve to not lie
  • Loading branch information
havvg committed May 14, 2013
2 parents a2b14c1 + fc6fbad commit 7b2cd5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Imagine/Cache/CacheManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,10 @@ public function generateUrl($path, $filter, $absolute = false)
* @param string $path
* @param string $filter
*
* @return string target path
* @return string|boolean|Response target path or false if filter has no
* resolver or a Response object from the resolver
*
* @throws NotFoundHttpException if the path can not be resolved
*/
public function resolve(Request $request, $path, $filter)
{
Expand Down

0 comments on commit 7b2cd5c

Please sign in to comment.