Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15382112
D21061.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
627 B
Referenced Files
None
Subscribers
None
D21061.diff
View Options
diff --git a/src/applications/diviner/controller/DivinerAtomController.php b/src/applications/diviner/controller/DivinerAtomController.php
--- a/src/applications/diviner/controller/DivinerAtomController.php
+++ b/src/applications/diviner/controller/DivinerAtomController.php
@@ -435,9 +435,7 @@
$task_specs = array();
$tasks = $symbol->getAtom()->getDocblockMetaValue('task');
- if (strlen($tasks)) {
- $tasks = phutil_split_lines($tasks, $retain_endings = false);
-
+ if ($tasks) {
foreach ($tasks as $task) {
list($name, $title) = explode(' ', $task, 2);
$name = trim($name);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 10:43 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7390520
Default Alt Text
D21061.diff (627 B)
Attached To
Mode
D21061: Update DivinerAtomController for a long-ago change to the docblock parser API
Attached
Detach File
Event Timeline
Log In to Comment