Fix @param and @return types on all PPFrame::getArgument methods
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Mon, 7 Mar 2016 11:02:43 +0000 (12:02 +0100)
committerTim Starling <tstarling@wikimedia.org>
Tue, 29 Mar 2016 06:12:18 +0000 (06:12 +0000)
commit6906de45c1d5edc38a14e9cbbed6337960b1ff0d
treefffb69547b2825ce46d6e69d709a70b305ec1dfb
parent00878f6f73c8bcc72cb327dc3f40c91d7ed84dca
Fix @param and @return types on all PPFrame::getArgument methods

This is about template parameters. They can be indexed by position (int) or
name (string). The returned value is always a string, or false (bool) on
failure.

Change-Id: I565210ad485505281246ef2bb3086a675b905976
includes/parser/Preprocessor.php
includes/parser/Preprocessor_DOM.php
includes/parser/Preprocessor_Hash.php