Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d940c07

Browse filesBrowse files
committed
PHPDoc fixes
1 parent 8c83bf4 commit d940c07
Copy full SHA for d940c07

File tree

2 files changed

+10
-1
lines changed
Filter options

2 files changed

+10
-1
lines changed

‎src/Symfony/Component/Cache/Adapter/TagAware/AbstractTagAwareAdapter.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/TagAware/AbstractTagAwareAdapter.php
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,15 @@ public function commit()
176176
return $ok;
177177
}
178178

179+
/**
180+
* Extract tags operation data set in mergeByLifetime, and return values without it.
181+
*
182+
* @param array $values
183+
* @param array $addTagData
184+
* @param array $removeTagData
185+
*
186+
* @return array values without tags operations data, ready to be passed to doSave()
187+
*/
179188
private function extractTagData(array $values, &$addTagData, &$removeTagData): array
180189
{
181190
$addTagData = [];

‎src/Symfony/Component/Cache/Adapter/TagAware/FilesystemTagAwareAdapter.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/TagAware/FilesystemTagAwareAdapter.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class FilesystemTagAwareAdapter extends AbstractTagAwareAdapter implements TagAw
4343
private const TAG_FOLDER = 'tags';
4444

4545
/**
46-
* @var \Symfony\Component\Filesystem\Filesystem|null
46+
* @var Filesystem|null
4747
*/
4848
private $fs;
4949

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.