Skip to content

Commit

Permalink
Mark isDebugEnabled as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Nov 6, 2022
1 parent 46890fe commit 352d8c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Internal/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function formatStacktrace(array $trace): string

/**
* @return bool True if AMP_DEBUG is set to a truthy value.
* @internal
*/
function isDebugEnabled(): bool
{
Expand Down

0 comments on commit 352d8c0

Please sign in to comment.