refactor: remove return type

Maybe it will be changed to ErrorBag.
This commit is contained in:
kenjis 2022-08-20 08:35:50 +09:00
parent 1755d23350
commit 8a8ef7d56f
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -696,7 +696,7 @@ if (! function_exists('validation_errors')) {
*
* @return array<string, string>
*/
function validation_errors(): array
function validation_errors()
{
session();