Skip to content

Move business logic out of components into extensions #63

Move business logic out of components into extensions

Move business logic out of components into extensions #63

Triggered via push May 11, 2024 14:14
Status Failure
Total duration 1m 0s
Artifacts
Matrix: types
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 1 warning
PHP 8.2 - Static Analysis: src/Actions/LogoutUser.php#L12
Call to an undefined static method Igniter\User\Facades\Auth::getUser().
PHP 8.2 - Static Analysis: src/Actions/LogoutUser.php#L14
Call to an undefined static method Igniter\User\Facades\Auth::logout().
PHP 8.2 - Static Analysis: src/Actions/LogoutUser.php#L21
Call to an undefined static method Illuminate\Support\Facades\Event::fire().
PHP 8.2 - Static Analysis: src/Models/Customer.php#L85
Ignored error pattern #^Access to an undefined property Igniter\\User\\Models\\Customer\:\:\$first_name\.$# in path /home/runner/work/ti-ext-user/ti-ext-user/src/Models/Customer.php is expected to occur 2 times, but occurred 3 times.
PHP 8.2 - Static Analysis: src/Models/Customer.php#L85
Ignored error pattern #^Access to an undefined property Igniter\\User\\Models\\Customer\:\:\$last_name\.$# in path /home/runner/work/ti-ext-user/ti-ext-user/src/Models/Customer.php is expected to occur 2 times, but occurred 3 times.
PHP 8.2 - Static Analysis: src/Models/Customer.php#L160
Ignored error pattern #^Access to an undefined property Igniter\\User\\Models\\Customer\:\:\$reset_code\.$# in path /home/runner/work/ti-ext-user/ti-ext-user/src/Models/Customer.php is expected to occur 1 time, but occurred 2 times.
PHP 8.2 - Static Analysis: src/Models/Customer.php#L169
Call to an undefined static method Illuminate\Support\Facades\Mail::queueTemplate().
PHP 8.2 - Static Analysis: src/Models/Customer.php#L170
Access to an undefined property Igniter\User\Models\Customer::$first_name.
PHP 8.2 - Static Analysis: src/Models/Customer.php#L171
Access to an undefined property Igniter\User\Models\Customer::$last_name.
PHP 8.2 - Static Analysis: src/Models/Customer.php#L172
Access to an undefined property Igniter\User\Models\Customer::$reset_code.
PHP 8.3 - Static Analysis
The job was canceled because "_8_2" failed.
PHP 8.3 - Static Analysis: src/Actions/LogoutUser.php#L12
Call to an undefined static method Igniter\User\Facades\Auth::getUser().
PHP 8.3 - Static Analysis: src/Actions/LogoutUser.php#L14
Call to an undefined static method Igniter\User\Facades\Auth::logout().
PHP 8.3 - Static Analysis: src/Actions/LogoutUser.php#L21
Call to an undefined static method Illuminate\Support\Facades\Event::fire().
PHP 8.3 - Static Analysis: src/Models/Customer.php#L85
Ignored error pattern #^Access to an undefined property Igniter\\User\\Models\\Customer\:\:\$first_name\.$# in path /home/runner/work/ti-ext-user/ti-ext-user/src/Models/Customer.php is expected to occur 2 times, but occurred 3 times.
PHP 8.3 - Static Analysis: src/Models/Customer.php#L85
Ignored error pattern #^Access to an undefined property Igniter\\User\\Models\\Customer\:\:\$last_name\.$# in path /home/runner/work/ti-ext-user/ti-ext-user/src/Models/Customer.php is expected to occur 2 times, but occurred 3 times.
PHP 8.3 - Static Analysis: src/Models/Customer.php#L160
Ignored error pattern #^Access to an undefined property Igniter\\User\\Models\\Customer\:\:\$reset_code\.$# in path /home/runner/work/ti-ext-user/ti-ext-user/src/Models/Customer.php is expected to occur 1 time, but occurred 2 times.
PHP 8.3 - Static Analysis: src/Models/Customer.php#L169
Call to an undefined static method Illuminate\Support\Facades\Mail::queueTemplate().
PHP 8.3 - Static Analysis: src/Models/Customer.php#L170
Access to an undefined property Igniter\User\Models\Customer::$first_name.
PHP 8.3 - Static Analysis: src/Models/Customer.php#L171
Access to an undefined property Igniter\User\Models\Customer::$last_name.
PHP 8.3 - Static Analysis: src/Models/Customer.php#L172
Access to an undefined property Igniter\User\Models\Customer::$reset_code.
PHP 8.2 - Static Analysis
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.