Skip to content

Commit

Permalink
Add a return type to the IgnoreCacheHandler execute method
Browse files Browse the repository at this point in the history
  • Loading branch information
inpsyde-maticluznar committed Jul 24, 2024
1 parent e52be58 commit 360a1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Caching/IgnoreCacheHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class IgnoreCacheHandler
{
public function execute(AssetManager $assetManager)
public function execute(AssetManager $assetManager): void
{
/** @var IgnorePluginCacheInterface[] $handlers */
$handlers = [
Expand Down

0 comments on commit 360a1f0

Please sign in to comment.