File "Scrolling-20250320130007.php"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/laravel/framework/Scrolling-20250320130007.php
File size: 204 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Laravel\Prompts\Themes\Contracts;
interface Scrolling
{
/**
* The number of lines to reserve outside of the scrollable area.
*/
public function reservedLines(): int;
}