Skip to content

Commit

Permalink
Fix sTyle
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Sep 27, 2023
1 parent 9ed8baa commit fe51beb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Cache/Driver/FileTagSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/**
* Custom file based cache driver with supports for Tags
* Inspired by unikent/taggedFileCache
* Inspired by unikent/taggedFileCache.
*/
class FileTagSet extends TagSet
{
Expand Down
2 changes: 1 addition & 1 deletion src/Cache/Driver/TaggableFileStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* Custom file based cache driver with supports for Tags
* Inspired by unikent/taggedFileCache
* Inspired by unikent/taggedFileCache.
*/
class TaggableFileStore extends FileStore
{
Expand Down
2 changes: 1 addition & 1 deletion src/Cache/Driver/TaggedFileCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/**
* Custom file based cache driver with supports for Tags
* Inspired by unikent/taggedFileCache
* Inspired by unikent/taggedFileCache.
*/
class TaggedFileCache extends TaggedCache
{
Expand Down

0 comments on commit fe51beb

Please sign in to comment.