fix typo
This commit is contained in:
parent
b02708f5ae
commit
29940a97d1
@ -217,7 +217,7 @@ class DebugBarComponent extends BaseController
|
|||||||
* @throws UnavailableException
|
* @throws UnavailableException
|
||||||
* @throws ReflectionException
|
* @throws ReflectionException
|
||||||
*/
|
*/
|
||||||
public function addTimelineMessures(): void
|
public function addTimelineMeasures(): void
|
||||||
{
|
{
|
||||||
if (false === $this->debugBar instanceof DebugBar) {
|
if (false === $this->debugBar instanceof DebugBar) {
|
||||||
throw new UnavailableException();
|
throw new UnavailableException();
|
||||||
|
@ -72,7 +72,7 @@ class DebugBarExceptionHandler
|
|||||||
<title></title>
|
<title></title>
|
||||||
HTML;
|
HTML;
|
||||||
echo $debugBarComponent->getRenderer()->renderHead();
|
echo $debugBarComponent->getRenderer()->renderHead();
|
||||||
$debugBarComponent->addTimelineMessures();
|
$debugBarComponent->addTimelineMeasures();
|
||||||
echo <<<HTML
|
echo <<<HTML
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -55,7 +55,7 @@ class ShopControl_DebugBar extends ShopControl_DebugBar_parent
|
|||||||
if ($debugBarComponent) {
|
if ($debugBarComponent) {
|
||||||
AvailabilityCheck::markDebugBarAsSet();
|
AvailabilityCheck::markDebugBarAsSet();
|
||||||
echo $debugBarComponent->getRenderer()->renderHead();
|
echo $debugBarComponent->getRenderer()->renderHead();
|
||||||
$debugBarComponent->addTimelineMessures();
|
$debugBarComponent->addTimelineMeasures();
|
||||||
echo $debugBarComponent->getRenderer()->render();
|
echo $debugBarComponent->getRenderer()->render();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user