<?php declare(strict_types=1); namespace NunoMaduro\Collision\Contracts; /** * @internal */ interface Highlighter { /** * Highlights the provided content. */ public function highlight(string $content, int $line): string; }
Take control of your account by resetting your password. Our password recovery page guides you through the necessary steps to securely reset your password.