Skip to content

Commit bc638c3

Browse files
committed
formatting
1 parent 0140cfe commit bc638c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Cache/TagSet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function resetTag($name)
5757
}
5858

5959
/**
60-
* Flush all tags in the set.
60+
* Flush all the tags in the set.
6161
*
6262
* @return void
6363
*/
@@ -67,7 +67,7 @@ public function flush()
6767
}
6868

6969
/**
70-
* Flush the tag from cache.
70+
* Flush the tag from the cache.
7171
*
7272
* @param string $name
7373
*/

0 commit comments

Comments
 (0)