mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 23:43:54 +00:00
a4813c26f3
In detail: * Callers don't need to know that the return value can be a TemplateDataCompressedBlob. All relevant stuff is declared in the base class. * It's not relevant which internal method returned the status. It's just the status of the object after it was constructed. * "stdClass" is more specific. "object" includes more stuff which can't be returned here. * Avoid duplication and use @inheritDoc instead. Change-Id: I68878a5b26ecd566fbea88b513ee697b45769659 |
||
---|---|---|
.. | ||
api | ||
TemplateDataBlob.php | ||
TemplateDataCompressedBlob.php | ||
TemplateDataHooks.php |