HomeDevCentral

Fixed namespace issues

Description

Fixed namespace issues

Test Plan:
Trivial fixes.

To test the iterator:

$map = ProjectsMap::fetch('http://devcentral.nasqueron.org');
foreach ($map as $key => $value) {
    echo "\n$key => $value";
}

Reviewers: dereckson

Differential Revision: http://devcentral.nasqueron.org/D187

Details

Provenance
derecksonAuthored on
Differential Revision
D187: Fixed namespace issues
Parents
rNOTIFbb6c2d18170f: Fixed typo in code comment
Branches
Unknown
Tags
Unknown