diff --git a/src/functions.php b/src/functions.php index 64e5890..5d7943d 100644 --- a/src/functions.php +++ b/src/functions.php @@ -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,