HeaderLimits.php 213 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 <?php namespace App\Service\Contract; interface HeaderLimits{ function handleHeader(Array $headers); function getDayLimit(): int; function getCurrentLimit(): int; function getSpentLimit(): int; }