<?php namespace App\Http\Controllers\Web; use Illuminate\Support\Carbon; /** * @property ?Carbon $timestamp */ interface TimestampParam { }