Add missing @ in phpdoc return statement

This commit is contained in:
Jakub Chábek 2018-01-11 11:25:41 +01:00 committed by Nicolas Grekas
parent 63a303d826
commit efb8fa164e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ interface AdapterInterface extends CacheItemPoolInterface
/**
* {@inheritdoc}
*
* return \Traversable|CacheItem[]
* @return \Traversable|CacheItem[]
*/
public function getItems(array $keys = array());
}