Skip to content

Commit

Permalink
typed static "constants"
Browse files Browse the repository at this point in the history
  • Loading branch information
jgivoni committed Oct 27, 2023
1 parent 34183f0 commit 68ad938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CacheItemsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*/
trait CacheItemsTrait
{
static $CACHE_KEY_PREFIX = 'flysystem_item_';
static $CACHE_KEY_HASH_SALT = '563ce5132194441b';
static string $CACHE_KEY_PREFIX = 'flysystem_item_';
static string $CACHE_KEY_HASH_SALT = '563ce5132194441b';

/** @var array<CacheItemInterface> */
protected $cacheItems = [];
Expand Down

0 comments on commit 68ad938

Please sign in to comment.