Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit347d6c9

Browse files
author
André R
committed
PHPDoc fixes
1 parent8c83bf4 commit347d6c9

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
privatefunctionextractTagData(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
privateconstTAG_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)

[8]ページ先頭

©2009-2025 Movatter.jp