1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 01:36:57 +02:00

[ticket/12715] Cleanup comments in \phpbb\extension\*

PHPBB3-12715
This commit is contained in:
Tristan Darricau
2014-06-15 13:31:17 +02:00
parent 1033da36a3
commit 047b709c47
3 changed files with 46 additions and 43 deletions

View File

@@ -58,7 +58,7 @@ abstract class provider implements \IteratorAggregate
/**
* Retrieve an iterator over all items
*
* @return ArrayIterator An iterator for the array of template paths
* @return \ArrayIterator An iterator for the array of template paths
*/
public function getIterator()
{