Page MenuHomeDevCentral

Fixed namespace issues
ClosedPublic

Authored by dereckson on Jan 8 2016, 22:41.
Tags
None
Referenced Files
F3634775: D187.diff
Mon, Oct 7, 22:21
Unknown Object (File)
Sat, Oct 5, 05:40
Unknown Object (File)
Sat, Oct 5, 05:25
Unknown Object (File)
Fri, Oct 4, 07:21
Unknown Object (File)
Mon, Sep 30, 17:46
Unknown Object (File)
Mon, Sep 30, 17:26
Unknown Object (File)
Sat, Sep 28, 10:46
Unknown Object (File)
Sat, Sep 21, 04:30
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.