mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 10:32:11 +00:00
[!!!] Added type definitions to property types
- Request: optimized getIp method and reversed the order so proxy is always checked first.
This commit is contained in:
@@ -20,7 +20,7 @@ class CallbackExceptionHandler implements IExceptionHandler
|
||||
/**
|
||||
* @var Closure
|
||||
*/
|
||||
protected $callback;
|
||||
protected Closure $callback;
|
||||
|
||||
public function __construct(Closure $callback)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user