/
home
/
sjslayjy
/
public_html
/
sag_latest
/
vendor
/
spatie
/
backtrace
/
src
/
CodeSnippets
/
Upload File
HOME
<?php namespace Spatie\Backtrace\CodeSnippets; interface SnippetProvider { public function numberOfLines(): int; public function getLine(?int $lineNumber = null): string; public function getNextLine(): string; }