Remove final keyword on model #274
Annotations
6 errors and 1 warning
Run PHPStan:
packages/admin/src/Http/Livewire/Components/Customers/Create.php#L66
Access to constant TYPE_SHIPPING on an unknown class Shopper\Models\Address.
|
Run PHPStan:
packages/admin/src/Http/Livewire/Components/Orders/Show.php#L112
Call to static method query() on an unknown class Shopper\Models\Address.
|
Run PHPStan:
packages/admin/src/Http/Livewire/Components/Orders/Show.php#L114
Access to constant TYPE_BILLING on an unknown class Shopper\Models\Address.
|
Run PHPStan:
packages/core/src/Models/Order.php#L112
Class Shopper\Models\Address not found.
|
Run PHPStan:
packages/core/src/Models/User.php#L134
Class Shopper\Models\Address not found.
|
Run PHPStan
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading