1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 17:58:47 +02:00
phorge-phorge/src/applications/diviner/atomizer
Eric Stern ede6947dd1 Don't atomize closures
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.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9786
2014-07-01 07:47:36 -07:00
..
DivinerArticleAtomizer.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
DivinerAtomizer.php Allow Diviner groups to be configured in .book files 2013-09-02 11:33:02 -07:00
DivinerFileAtomizer.php Improve Diviner handling of paths and remarkup 2013-02-17 15:40:44 -08:00
DivinerPHPAtomizer.php Don't atomize closures 2014-07-01 07:47:36 -07:00