mirror of
https://github.com/filp/whoops.git
synced 2026-09-01 13:08:02 +00:00
Make PlainTextHandler::dump() protected
This commit is contained in:
@@ -232,7 +232,7 @@ class PlainTextHandler extends Handler
|
||||
* @param mixed $var
|
||||
* @return void
|
||||
*/
|
||||
public function dump($var)
|
||||
protected function dump($var)
|
||||
{
|
||||
if ($this->dumper) {
|
||||
call_user_func($this->dumper, $var);
|
||||
|
||||
Reference in New Issue
Block a user