Skip to content

Commit efb8fa1

Browse files
grongornicolas-grekas
authored andcommitted
Add missing @ in phpdoc return statement
1 parent 63a303d commit efb8fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function getItem($key);
3131
/**
3232
* {@inheritdoc}
3333
*
34-
* return \Traversable|CacheItem[]
34+
* @return \Traversable|CacheItem[]
3535
*/
3636
public function getItems(array $keys = array());
3737
}

0 commit comments

Comments
 (0)