Skip to content

Commit d3cbaaf

Browse files
Cleanup more @return annotations
1 parent bc0c1de commit d3cbaaf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cache/CacheInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ interface CacheInterface
3838
* See https://en.wikipedia.org/wiki/Cache_stampede#Probabilistic_early_expiration
3939
* @param array &$metadata The metadata of the cached item {@see ItemInterface::getMetadata()}
4040
*
41-
* @return mixed The value corresponding to the provided key
41+
* @return mixed
4242
*
4343
* @throws InvalidArgumentException When $key is not valid or when $beta is negative
4444
*/

Translation/LocaleAwareInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function setLocale(string $locale);
2525
/**
2626
* Returns the current locale.
2727
*
28-
* @return string The locale
28+
* @return string
2929
*/
3030
public function getLocale();
3131
}

Translation/TranslatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ interface TranslatorInterface
5959
* @param string|null $domain The domain for the message or null to use the default
6060
* @param string|null $locale The locale or null to use the default
6161
*
62-
* @return string The translated string
62+
* @return string
6363
*
6464
* @throws \InvalidArgumentException If the locale contains invalid characters
6565
*/

0 commit comments

Comments
 (0)