Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenhaan authored and github-actions[bot] committed Feb 8, 2024
1 parent bb34bc2 commit a26bf29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cached.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ final public static function update(): ?PendingDispatch
/**
* Get the cached value this cacher provides.
*
* @param bool $update Whether the cache should update
* when it doesn't hold the value yet.
* @param bool $update Whether the cache should update
* when it doesn't hold the value yet.
* @return V|mixed|null
*/
final public static function get($default = null, bool $update = false): mixed
Expand Down

0 comments on commit a26bf29

Please sign in to comment.