Page MenuHomeDevCentral

Fixed namespace issues
ClosedPublic

Authored by dereckson on Jan 8 2016, 22:41.
Tags
None
Referenced Files
F12109378: D187.diff
Sat, Oct 4, 12:15
F12101465: D187.id444.diff
Sat, Oct 4, 10:00
Unknown Object (File)
Sun, Sep 28, 18:42
Unknown Object (File)
Sun, Sep 28, 18:42
Unknown Object (File)
Sun, Sep 28, 18:42
Unknown Object (File)
Sun, Sep 28, 18:41
Unknown Object (File)
Sat, Sep 27, 00:45
Unknown Object (File)
Sat, Sep 27, 00:45
Subscribers
None

Details

Reviewers
dereckson
Commits
Unknown Object (Diffusion Commit)
rNOTIF541197f36c6f: 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";
}

Diff Detail

Repository
rNOTIF Notifications center
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
namespaces-issues
Build Status
Buildable 235
Build 235: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to Fixed namespace issues.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited the test plan for this revision. (Show Details)
dereckson edited edge metadata.
This revision is now accepted and ready to land.Jan 8 2016, 22:47
This revision was automatically updated to reflect the committed changes.