Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 557dcb4

Browse files
peter-gribanovdbu
andcommittedOct 14, 2021
Fixed return value description in FilterService::bustCache()
Co-authored-by: David Buchmann <[email protected]>
1 parent 8be05dc commit 557dcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Service/FilterService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function __construct(
7171
* @param string $path
7272
* @param string $filter
7373
*
74-
* @return bool Returns true if the cache is busted
74+
* @return bool Returns true if we removed at least one cached image
7575
*/
7676
public function bustCache($path, $filter)
7777
{

0 commit comments

Comments
 (0)
Please sign in to comment.