Skip to content

Commit

Permalink
Merge pull request #1527 from liip/cs
Browse files Browse the repository at this point in the history
cs
  • Loading branch information
dbu committed Aug 30, 2023
2 parents 3c0f20b + 2d0d8f9 commit d65f361
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Imagine/Cache/Resolver/AbstractFilesystemResolver.php
Expand Up @@ -52,9 +52,6 @@ public function __construct(Filesystem $filesystem)
$this->filesystem = $filesystem;
}

/**
* @param Request $request
*/
public function setRequest(Request $request = null)
{
$this->request = $request;
Expand Down
2 changes: 0 additions & 2 deletions Imagine/Cache/Resolver/CacheResolver.php
Expand Up @@ -43,8 +43,6 @@ class CacheResolver implements ResolverInterface
* A "local" prefix for this wrapper. This is useful when re-using the same resolver for multiple filters.
* * index_key
* The name of the index key being used to save a list of created cache keys regarding one image and filter pairing.
*
* @param OptionsResolver $optionsResolver
*/
public function __construct(Cache $cache, ResolverInterface $cacheResolver, array $options = [], OptionsResolver $optionsResolver = null)
{
Expand Down
2 changes: 0 additions & 2 deletions Imagine/Cache/Resolver/PsrCacheResolver.php
Expand Up @@ -55,8 +55,6 @@ final class PsrCacheResolver implements ResolverInterface
* A "local" prefix for this wrapper. This is useful when re-using the same resolver for multiple filters.
* * index_key
* The name of the index key being used to save a list of created cache keys regarding one image and filter pairing.
*
* @param OptionsResolver $optionsResolver
*/
public function __construct(CacheItemPoolInterface $cache, ResolverInterface $cacheResolver, array $options = [], OptionsResolver $optionsResolver = null)
{
Expand Down
2 changes: 0 additions & 2 deletions Imagine/Cache/SignerInterface.php
Expand Up @@ -17,7 +17,6 @@ interface SignerInterface
* Return the hash for path and runtime config.
*
* @param string $path
* @param array $runtimeConfig
*
* @return string
*/
Expand All @@ -28,7 +27,6 @@ public function sign($path, array $runtimeConfig = null);
*
* @param string $hash
* @param string $path
* @param array $runtimeConfig
*
* @return bool
*/
Expand Down

0 comments on commit d65f361

Please sign in to comment.