aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/PPDStack_Hash.php
diff options
context:
space:
mode:
authorUmherirrender <umherirrender_de.wp@web.de>2024-09-07 22:46:08 +0200
committerUmherirrender <umherirrender_de.wp@web.de>2024-09-07 22:46:08 +0200
commit8e8a56c8807bcbcf1564fac1eee2e8bc667734b3 (patch)
tree6a92c949f93b944ccfe31840982047e072fdb6d2 /includes/parser/PPDStack_Hash.php
parente659256efebe478fab1ce5d16b67faa2cccdf5d6 (diff)
downloadmediawikicore-8e8a56c8807bcbcf1564fac1eee2e8bc667734b3.tar.gz
mediawikicore-8e8a56c8807bcbcf1564fac1eee2e8bc667734b3.zip
parser: Add missing documentation to class properties
Add doc-typehints to class properties found by the PropertyDocumentation sniff to improve the documentation. Once the sniff is enabled it avoids that new code is missing type declarations. This is focused on documentation and does not change code. Change-Id: I3afaba387663320187c49ff1cdb2ff3ae01681ad
Diffstat (limited to 'includes/parser/PPDStack_Hash.php')
-rw-r--r--includes/parser/PPDStack_Hash.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/parser/PPDStack_Hash.php b/includes/parser/PPDStack_Hash.php
index 81344aa78f76..ca8ebcf991df 100644
--- a/includes/parser/PPDStack_Hash.php
+++ b/includes/parser/PPDStack_Hash.php
@@ -36,7 +36,9 @@ class PPDStack_Hash {
* @var PPDStackElement_Hash|false
*/
public $top;
+ /** @var string|null */
public $out;
+ /** @var string */
public $elementClass = PPDStackElement_Hash::class;
public static $false = false;