[06:06:51] https://nitter.nixnet.services/_ShinIce/status/1358461185537044488#m [19:09:35] Krinkle: any idea how to fix phan for https://gerrit.wikimedia.org/r/c/mediawiki/core/+/661835 ? [19:51:01] > includes/libs/objectcache/wancache/WANObjectCache.php:2069 PhanTypeArraySuspiciousNullable Suspicious array access to $curTTLs of nullable type array|array{}|mixed|null [19:51:53] AaronSchulz: introduced by parent patch [19:51:55] fails the same way [19:54:31] getMulti() * @param mixed|null &$curTTLs [19:54:49] so acces to $curTTLs[$key] > 0 is suspect on line 2069 [19:54:54] makes sense :) [21:16:15] AaronSchulz: could use a sanity check on https://gerrit.wikimedia.org/r/c/mediawiki/core/+/661546 [21:16:24] I added what I think happened to the commit message [21:55:11] Krinkle: lgtm