Skip to content

Commit 1b09623

Browse files
committed
docs: add version to @deprecate
1 parent 14b3b67 commit 1b09623

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

system/Debug/Exceptions.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Exceptions
3737
*
3838
* @var int
3939
*
40-
* @deprecated No longer used. Moved to BaseExceptionHandler.
40+
* @deprecated 4.4.0 No longer used. Moved to BaseExceptionHandler.
4141
*/
4242
public $ob_level;
4343

@@ -47,7 +47,7 @@ class Exceptions
4747
*
4848
* @var string
4949
*
50-
* @deprecated No longer used. Moved to BaseExceptionHandler.
50+
* @deprecated 4.4.0 No longer used. Moved to BaseExceptionHandler.
5151
*/
5252
protected $viewPath;
5353

@@ -235,7 +235,7 @@ public function shutdownHandler()
235235
*
236236
* @return string The path and filename of the view file to use
237237
*
238-
* @deprecated No longer used. Moved to ExceptionHandler.
238+
* @deprecated 4.4.0 No longer used. Moved to ExceptionHandler.
239239
*/
240240
protected function determineView(Throwable $exception, string $templatePath): string
241241
{
@@ -263,7 +263,7 @@ protected function determineView(Throwable $exception, string $templatePath): st
263263
/**
264264
* Given an exception and status code will display the error to the client.
265265
*
266-
* @deprecated No longer used. Moved to BaseExceptionHandler.
266+
* @deprecated 4.4.0 No longer used. Moved to BaseExceptionHandler.
267267
*/
268268
protected function render(Throwable $exception, int $statusCode)
269269
{
@@ -305,7 +305,7 @@ protected function render(Throwable $exception, int $statusCode)
305305
/**
306306
* Gathers the variables that will be made available to the view.
307307
*
308-
* @deprecated No longer used. Moved to BaseExceptionHandler.
308+
* @deprecated 4.4.0 No longer used. Moved to BaseExceptionHandler.
309309
*/
310310
protected function collectVars(Throwable $exception, int $statusCode): array
311311
{
@@ -466,7 +466,7 @@ public static function cleanPath(string $file): string
466466
* Describes memory usage in real-world units. Intended for use
467467
* with memory_get_usage, etc.
468468
*
469-
* @deprecated No longer used. Moved to BaseExceptionHandler.
469+
* @deprecated 4.4.0 No longer used. Moved to BaseExceptionHandler.
470470
*/
471471
public static function describeMemory(int $bytes): string
472472
{
@@ -486,7 +486,7 @@ public static function describeMemory(int $bytes): string
486486
*
487487
* @return bool|string
488488
*
489-
* @deprecated No longer used. Moved to BaseExceptionHandler.
489+
* @deprecated 4.4.0 No longer used. Moved to BaseExceptionHandler.
490490
*/
491491
public static function highlightFile(string $file, int $lineNumber, int $lines = 15)
492492
{

0 commit comments

Comments
 (0)