[12:42:36] I don't get why we didn't use type hints in the signatures of Hook interfaces ? [12:43:06] Like why is ParserFirstCallInitHook defined as public function onParserFirstCallInit( $parser ) instead of public function onParserFirstCallInit( Parser $parser ) ? [12:58:30] bawolff: Some do, some don't [12:58:52] It seems a bit random [13:00:08] I think it might be based on whatever was there before, but don't quote me on that [13:00:35] Seems like a bit of a missed opportunity to standardize everything [13:11:47] Mmm [16:37:02] bawolff: the reasoning is https://phabricator.wikimedia.org/T240307#6191788 [16:38:07] thanks