Make PlainTextHandler::dump() protected

This commit is contained in:
USAMI Kenta
2017-06-25 05:37:08 +09:00
parent 46db0f150d
commit 7b956f468b
+1 -1
View File
@@ -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);