Skip to content

Commit 9db24aa

Browse files
committed
docs: add @Used-By
1 parent 2ecba75 commit 9db24aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

system/Debug/BaseExceptionHandler.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ protected function maskSensitiveData(&$trace, array $keysToMask, string $path =
118118
/**
119119
* Describes memory usage in real-world units. Intended for use
120120
* with memory_get_usage, etc.
121+
*
122+
* @used-by app/Views/errors/html/error_exception.php
121123
*/
122124
protected static function describeMemory(int $bytes): string
123125
{
@@ -135,6 +137,8 @@ protected static function describeMemory(int $bytes): string
135137
/**
136138
* Creates a syntax-highlighted version of a PHP file.
137139
*
140+
* @used-by app/Views/errors/html/error_exception.php
141+
*
138142
* @return bool|string
139143
*/
140144
protected static function highlightFile(string $file, int $lineNumber, int $lines = 15)

0 commit comments

Comments
 (0)