Skip to content

Commit

Permalink
Merge pull request #697 from tifabien/master
Browse files Browse the repository at this point in the history
Fix undeclared variable
  • Loading branch information
makasim committed Jan 20, 2016
2 parents b88a875 + ef931d1 commit 271088a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Imagine/Cache/Resolver/WebPathResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ class WebPathResolver implements ResolverInterface
*/
protected $cachePrefix;

/**
* @var string
*/
protected $cacheRoot;

/**
* @param Filesystem $filesystem
* @param RequestContext $requestContext
Expand Down

0 comments on commit 271088a

Please sign in to comment.