mediawiki-extensions-Templa.../includes
Thiemo Kreuz 9f878897cf Turn static variables into private constants
These are not really variables. They are never modified, and not
meant to be modified. Using "static" was a common workaround
when we had no private constants in PHP.

Change-Id: Ie1234ce8833986431be95f8537282fa174978063
2020-09-14 14:17:25 +02:00
..
api Add all missing PHPDoc comments 2020-09-09 17:05:54 +02:00
TemplateDataBlob.php Turn static variables into private constants 2020-09-14 14:17:25 +02:00
TemplateDataCompressedBlob.php Merge "Make subclass constructors properly call each other" 2020-09-08 22:17:39 +00:00
TemplateDataHooks.php Remove obsolete return true and & from hook handlers 2020-08-19 14:14:35 +02:00