Skip to content

Commit 347d6c9

Browse files
committed
PHPDoc fixes
1 parent 8c83bf4 commit 347d6c9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines 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

Lines 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy