Upgrade framework
This commit is contained in:
16
vendor/nunomaduro/collision/src/Contracts/Highlighter.php
vendored
Normal file
16
vendor/nunomaduro/collision/src/Contracts/Highlighter.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace NunoMaduro\Collision\Contracts;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
interface Highlighter
|
||||
{
|
||||
/**
|
||||
* Highlights the provided content.
|
||||
*/
|
||||
public function highlight(string $content, int $line): string;
|
||||
}
|
||||
Reference in New Issue
Block a user