Merge branch '10.5' #625
Annotations
2 errors
PHP8.2 on ubuntu-latest (highest)
Child process error (exit code 255):
In User.php line 21:
Trait "Laravel\Fortify\TwoFactorAuthenticatable" not found
⚠️ You're using a deprecated config option checkMissingIterableValueType ⚠️️
It's strongly recommended to remove it from your configuration file
and add the missing array typehints.
If you want to continue ignoring missing typehints from arrays,
add missingType.iterableValue error identifier to your ignoreErrors:
parameters:
ignoreErrors:
-
identifier: missingType.iterableValue
⚠️ You're using a deprecated config option checkGenericClassInNonGenericObjectType ⚠️️
It's strongly recommended to remove it from your configuration file
and add the missing generic typehints.
If you want to continue ignoring missing typehints from generics,
add missingType.generics error identifier to your ignoreErrors:
parameters:
ignoreErrors:
-
identifier: missingType.generics
PHP Fatal error: Trait "Laravel\Fortify\TwoFactorAuthenticatable" not found in /home/runner/work/nova-dusk-suite/nova-dusk-suite/app/Models/User.php on line 21
Fatal error: Trait "Laravel\Fortify\TwoFactorAuthenticatable" not found in /home/runner/work/nova-dusk-suite/nova-dusk-suite/app/Models/User.php on line 21
while running parallel worker
|
PHP8.2 on ubuntu-latest (highest)
Process completed with exit code 1.
|