File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ interface CacheInterface
38
38
* See https://en.wikipedia.org/wiki/Cache_stampede#Probabilistic_early_expiration
39
39
* @param array &$metadata The metadata of the cached item {@see ItemInterface::getMetadata()}
40
40
*
41
- * @return mixed The value corresponding to the provided key
41
+ * @return mixed
42
42
*
43
43
* @throws InvalidArgumentException When $key is not valid or when $beta is negative
44
44
*/
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function setLocale(string $locale);
25
25
/**
26
26
* Returns the current locale.
27
27
*
28
- * @return string The locale
28
+ * @return string
29
29
*/
30
30
public function getLocale ();
31
31
}
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ interface TranslatorInterface
59
59
* @param string|null $domain The domain for the message or null to use the default
60
60
* @param string|null $locale The locale or null to use the default
61
61
*
62
- * @return string The translated string
62
+ * @return string
63
63
*
64
64
* @throws \InvalidArgumentException If the locale contains invalid characters
65
65
*/
You can’t perform that action at this time.
0 commit comments