mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
refactor: add property types
This commit is contained in:
parent
dec4b71ad4
commit
f3bcbfba23
@ -78,7 +78,7 @@ class Routing extends BaseRouting
|
||||
* Example:
|
||||
* public $override404 = 'App\Errors::show404';
|
||||
*/
|
||||
public $override404;
|
||||
public ?string $override404 = null;
|
||||
|
||||
/**
|
||||
* If TRUE, the system will attempt to match the URI against
|
||||
|
@ -76,7 +76,7 @@ class Routing extends BaseConfig
|
||||
* Example:
|
||||
* public $override404 = 'App\Errors::show404';
|
||||
*/
|
||||
public $override404;
|
||||
public ?string $override404 = null;
|
||||
|
||||
/**
|
||||
* If TRUE, the system will attempt to match the URI against
|
||||
|
Loading…
x
Reference in New Issue
Block a user