PrettyPageHandler: clarify return type for getDataTables

This commit is contained in:
Denis Sokolov
2014-03-11 09:26:12 +01:00
parent a5ffa2a6a5
commit 1df369d02f
+1 -1
View File
@@ -208,7 +208,7 @@ class PrettyPageHandler extends Handler
* Optionally accepts a 'label' parameter, to only return the data
* table under that label.
* @param string|null $label
* @return array[]
* @return array[]|callable
*/
public function getDataTables($label = null)
{