HomePhabricator

Improve parsing of docblock specials

Description

Improve parsing of docblock specials

Summary:
Currently the tags of following docblock are parsed as array('special' => "foo\nbar"). This diff changes the output to be array('special' => array('foo', 'bar')).

/**
 * @special foo
 * @special bar
 */

Test Plan: Ran unit tests.

Reviewers: epriestley, Blessed Reviewers

Reviewed By: epriestley, Blessed Reviewers

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D16431

Details

Provenance
joshuaspenceAuthored on Aug 23 2016, 12:15 AM
joshuaspencePushed on Aug 23 2016, 2:13 AM
Reviewer
Blessed Reviewers
Differential Revision
D16431: Improve parsing of docblock specials
Parents
rPHU9c03af69571f: Record the last time a connection was used on the connection object
Branches
Unknown
Tags
Unknown
Build Status
Buildable 13396
Build 17198: Run Core Tests