mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-05 15:56:44 +02:00
chore: update CodeIgniter to 4.5.1 + other dependencies to latest
This commit is contained in:
parent
303a900f66
commit
d4a36f811b
103 changed files with 3079 additions and 2745 deletions
|
|
@ -29,7 +29,7 @@ class ExampleModel extends Model
|
|||
protected $useSoftDeletes = false;
|
||||
|
||||
/**
|
||||
* @var string[]
|
||||
* @var list<string>
|
||||
*/
|
||||
protected $allowedFields = ['name', 'uid', 'class', 'icon', 'summary'];
|
||||
|
||||
|
|
@ -39,12 +39,12 @@ class ExampleModel extends Model
|
|||
protected $useTimestamps = true;
|
||||
|
||||
/**
|
||||
* @var mixed[]
|
||||
* @var array<string, array<string, array<string, string>|string>|string>|string
|
||||
*/
|
||||
protected $validationRules = [];
|
||||
|
||||
/**
|
||||
* @var mixed[]
|
||||
* @var array<string, array<string, string>>
|
||||
*/
|
||||
protected $validationMessages = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue