Changeset 82738 in spip-zone
- Timestamp:
- May 25, 2014, 12:56:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/indexer/trunk/lib/Indexer/Sources/Sources.php
r82713 r82738 6 6 class Sources implements \IteratorAggregate { 7 7 /** @var Indexer\Sources\SourceInterface[] */ 8 private $sources = [];8 private $sources = array(); 9 9 10 10 public function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.