Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jul 30, 2023
1 parent 7a1a906 commit 77eee10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ function xri(): InspectorInterface
}
}
if (! function_exists('xrConfig')) { // @codeCoverageIgnore
/**
* Init a new XrInstance with provided config.
*
* @codeCoverageIgnore
*/
function xrConfig(
bool $isEnabled = true,
bool $isHttps = false,
Expand Down

0 comments on commit 77eee10

Please sign in to comment.