Skip to content

Commit

Permalink
Deprecate ChecksumService::getFilecache() pending rename
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 14, 2023
1 parent 4f58fd4 commit fdc6928
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/framework/src/Framework/Services/ChecksumService.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
*/
class ChecksumService
{
/**
* @deprecated Will be renamed to getViewFileCache or similar
*/
public static function getFilecache(): array
{
$filecache = [];
Expand Down

0 comments on commit fdc6928

Please sign in to comment.