Skip to content

Commit

Permalink
Add a return type to the AssetManager ignoreCache method
Browse files Browse the repository at this point in the history
  • Loading branch information
inpsyde-maticluznar committed Jul 24, 2024
1 parent 360a1f0 commit ee95bca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AssetManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,8 @@ private function ensureSetup(): void
do_action(self::ACTION_SETUP, $this);
}

public function ignoreCache()
public function ignoreCache(): void
{

$this->ignoreCacheHandler->execute($this);
}
}

0 comments on commit ee95bca

Please sign in to comment.