diff --git a/Application/Component/DebugBarComponent.php b/Application/Component/DebugBarComponent.php index d08073c..2fae272 100644 --- a/Application/Component/DebugBarComponent.php +++ b/Application/Component/DebugBarComponent.php @@ -217,7 +217,7 @@ class DebugBarComponent extends BaseController * @throws UnavailableException * @throws ReflectionException */ - public function addTimelineMessures(): void + public function addTimelineMeasures(): void { if (false === $this->debugBar instanceof DebugBar) { throw new UnavailableException(); diff --git a/Core/DebugBarExceptionHandler.php b/Core/DebugBarExceptionHandler.php index 95dbdb6..cf11678 100644 --- a/Core/DebugBarExceptionHandler.php +++ b/Core/DebugBarExceptionHandler.php @@ -72,7 +72,7 @@ class DebugBarExceptionHandler