<?php namespace App\Http\Controllers\Web; /** * @property ?string $sort * @property ?string $order * @property ?int $limit */ interface SortableParam { }