@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator

PhpDoc: Replace non-existing return type map with array

Summary: `map` is not a valid type. See https://docs.phpdoc.org/guide/references/phpdoc/types.html

Test Plan: Read docs; run static code analysis.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: mainframe98, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26306

+1 -1
+1 -1
src/applications/phid/utils.php
··· 19 19 * Group a list of phids by type. 20 20 * 21 21 * @param array $phids Array of PHIDs. 22 - * @return map of phid type => list of phids 22 + * @return array Mapping of phid type => list of phids 23 23 */ 24 24 function phid_group_by_type($phids) { 25 25 $result = array();