Skip to content

Commit a78665d

Browse files
authored
Update README.md
1 parent d8da22e commit a78665d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ PermanentCache::caches([
5252
LongerRunningTask::class => ['type' => 'longer'],
5353
]);
5454

55-
# As an multi-dimensional array when you need to use the same class multiple times but with different parameters
55+
# As an multi-dimensional array when you need to use the
56+
# same class multiple times but with different parameters
5657
PermanentCache::caches(
5758
[LongRunningTask::class => ['type' => 'long']],
5859
[LongRunningTask::class => ['type' => 'longer']],

0 commit comments

Comments
 (0)