Skip to content

Commit

Permalink
some methods marked as @internal
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 17, 2020
1 parent 9c4a013 commit 0072547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tracy/Bar/Bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function getPanel(string $id): ?IBarPanel

/**
* Renders loading <script>
* @internal
*/
public function renderLoader(): void
{
Expand Down Expand Up @@ -167,6 +168,7 @@ private function renderPanels(string $suffix = ''): array

/**
* Renders debug bar assets.
* @internal
*/
public function dispatchAssets(): bool
{
Expand Down
2 changes: 2 additions & 0 deletions src/Tracy/BlueScreen/BlueScreen.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ public static function highlightLine(string $html, int $line, int $lines = 15):

/**
* Should a file be collapsed in stack trace?
* @internal
*/
public function isCollapsed(string $file): bool
{
Expand All @@ -365,6 +366,7 @@ public function isCollapsed(string $file): bool
}


/** @internal */
public function getDumper(): \Closure
{
$keysToHide = array_flip(array_map('strtolower', $this->keysToHide));
Expand Down

0 comments on commit 0072547

Please sign in to comment.