Page MenuHomePhabricator

Don't atomize closures
ClosedPublic

Authored by Firehed on Jun 30 2014, 6:12 PM.
Tags
None
Referenced Files
F14055241: D9786.diff
Sat, Nov 16, 9:47 AM
F14046215: D9786.diff
Wed, Nov 13, 7:21 PM
F14042366: D9786.diff
Tue, Nov 12, 2:58 AM
F14026236: D9786.diff
Fri, Nov 8, 12:30 AM
F14009049: D9786.diff
Wed, Oct 30, 8:57 AM
F13997073: D9786.id23490.diff
Thu, Oct 24, 1:57 AM
F13985769: D9786.id23500.diff
Sun, Oct 20, 10:48 PM
Unknown Object (File)
Oct 9 2024, 4:17 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rPede6947dd1ef: Don't atomize closures
Required Signatures
L28 Phacility Individual Contributor License Agreement
Summary

In a PHP5.3+ codebase with closures, Diviner would pick up anonymous functions and add them into the generated documentation. This causes them to be skipped.

Test Plan

Ran bin/diviner generate --clean before and after change, no longer got a bunch of unnamed functions dumped into the documentation.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Firehed retitled this revision from to Don't atomize closures.
Firehed updated this object.
Firehed edited the test plan for this revision. (Show Details)
Firehed added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jul 1 2014, 1:16 PM
epriestley updated this revision to Diff 23500.

Closed by commit rPede6947dd1ef (authored by @Firehed, committed by @epriestley).