mirror of
https://github.com/filp/whoops.git
synced 2026-09-16 04:36:20 +00:00
PrettyPageHandler: clarify return type for getDataTables
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user