Skip to content

Commit c2681e7

Browse files
minor symfony#25765 Add missing @ in phpdoc return statement (grongor)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes symfony#25765). Discussion ---------- Add missing @ in phpdoc return statement | Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Commits ------- efb8fa1 Add missing @ in phpdoc return statement
2 parents 63a303d + efb8fa1 commit c2681e7

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)