public function target()

in app/classes/ReleaseInsights/URL.php [18:25]


    public function target(): string
    {
        if (defined('TESTING_CONTEXT')) {
            return TEST_FILES;
        }

        return $this->value; // @codeCoverageIgnore
    }