Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db80b9d

Browse files
committed
Remove phpdoc that is clear from method
1 parent 4a70fb7 commit db80b9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ protected function doInvalidate(array $tagIds): bool
180180
*
181181
* @see https://redis.io/commands/rename
182182
*
183-
* @param array $ids The original cache ids
184-
*
185183
* @return array Filtered list of the valid moved keys (only those that existed)
186184
*/
187185
private function renameKeys(array $ids): array

0 commit comments

Comments
 (0)