skipperbent / simple-php-router

Simple, fast and yet powerful PHP router that is easy to get integrated and in any project. Heavily inspired by the way Laravel handles routing, with both simplicity and expand-ability in mind.
647 stars 121 forks source link

Add return never for the Response::json method too #709

Open snegkin opened 6 months ago

snegkin commented 6 months ago

Please add @return never doc attr for the Response::json() method too, as it was done for Response::redirect(). Thanks.