mediawiki-extensions-Templa.../includes
Thiemo Kreuz a4813c26f3 Add and update soft PHPDoc type hints
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
2020-09-04 06:10:24 +00:00
..
api build: Updating composer dependencies 2020-01-30 12:25:48 +00:00
TemplateDataBlob.php Add and update soft PHPDoc type hints 2020-09-04 06:10:24 +00:00
TemplateDataCompressedBlob.php Add and update soft PHPDoc type hints 2020-09-04 06:10:24 +00:00
TemplateDataHooks.php Remove obsolete return true and & from hook handlers 2020-08-19 14:14:35 +02:00