Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
cache_register-3183611
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Issue forks
cache_register-3183611
Commits
74728cd0
Commit
74728cd0
authored
Nov 18, 2020
by
mrweiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix doc block
parent
3e070a5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/Drawer.php
src/Drawer.php
+6
-1
No files found.
src/Drawer.php
View file @
74728cd0
...
...
@@ -75,7 +75,12 @@ class Drawer implements DrawerInterface {
}
/**
* {@inheritDoc}
* Attaches cache tags strings to our drawer.
*
* The drawer is not an actual cache entry, so it does
* not actually leverage these tags itself. Instead,
* the tags are appended to cache entries associated with
* any of it's slots.
*/
private
function
populateCacheTags
()
{
// If more tags are needed, can use Cache::buildTags
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment