8000 fix cs · symfony/cache@96d1fec · GitHub
[go: up one dir, main page]

Skip to content

Commit 96d1fec

Browse files
fix cs
1 parent 6abaaca commit 96d1fec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Traits/AbstractTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ abstract protected function doHave($id);
5454
/**
5555
* Deletes all items in the pool.
5656
*
57-
* @param string The prefix used for all identifiers managed by this pool
57+
* @param string $namespace The prefix used for all identifiers managed by this pool
5858
*
5959
* @return bool True if the pool was successfully cleared, false otherwise
6060
*/

Traits/MemcachedTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ private function init(\Memcached $client, $namespace, $defaultLifetime)
6666
* - 'memcached://user:pass@localhost?weight=33'
6767
* - array(array('localhost', 11211, 33))
6868
*
69-
* @param array[]|string|string[] An array of servers, a DSN, or an array of DSNs
70-
* @param array An array of options
69+
* @param array[]|string|string[] $servers An array of servers, a DSN, or an array of DSNs
70+
* @param array $options An array of options
7171
*
7272
* @return \Memcached
7373
*

0 commit comments

Comments
 (0)
0