Skip to content

Commit

Permalink
Merge pull request #664 from Druid33/642_ability_set_own_template_han…
Browse files Browse the repository at this point in the history
…dler

set  protected
  • Loading branch information
denis-sokolov authored May 5, 2020
2 parents 081f403 + ea217b9 commit 17d0d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Whoops/Handler/PrettyPageHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class PrettyPageHandler extends Handler
/**
* @var TemplateHelper
*/
private $templateHelper;
protected $templateHelper;

/**
* Constructor.
Expand Down Expand Up @@ -410,7 +410,7 @@ public function getDataTables($label = null)
}

/**
* Set whether to handle unconditionally.
* Set whether to handle unconditionally.
*
* Allows to disable all attempts to dynamically decide whether to handle
* or return prematurely. Set this to ensure that the handler will perform,
Expand Down

0 comments on commit 17d0d3f

Please sign in to comment.