mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
refactor: remove return type
Maybe it will be changed to ErrorBag.
This commit is contained in:
parent
1755d23350
commit
8a8ef7d56f
@ -696,7 +696,7 @@ if (! function_exists('validation_errors')) {
|
||||
*
|
||||
* @return array<string, string>
|
||||
*/
|
||||
function validation_errors(): array
|
||||
function validation_errors()
|
||||
{
|
||||
session();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user