Bump ramsey/composer-install from 3 to 4 #11
Annotations
10 errors
|
Run PHPStan:
src/Services/CartService.php#L100
Call to an undefined method Illuminate\Database\Eloquent\Builder<Step2Dev\LazyCart\Models\Cart>::items().
|
|
Run PHPStan:
src/Services/CartService.php#L92
Call to an undefined method Illuminate\Database\Eloquent\Builder<Step2Dev\LazyCart\Models\Cart>::items().
|
|
Run PHPStan:
src/Services/CartService.php#L79
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
|
|
Run PHPStan:
src/Models/Cart.php#L61
Call to an undefined method Step2Dev\LazyCart\Models\CartItem::total().
|
|
Run PHPStan:
src/Models/Cart.php#L56
Method Step2Dev\LazyCart\Models\Cart::prunable() should return Step2Dev\LazyCart\Models\Cart but returns Illuminate\Database\Eloquent\Builder<Step2Dev\LazyCart\Models\Cart>.
|
|
Run PHPStan:
src/Models/Cart.php#L50
Call to an undefined method Illuminate\Database\Eloquent\Builder::bySession().
|
|
Run PHPStan:
src/Models/Cart.php#L46
Call to an undefined method Illuminate\Database\Eloquent\Builder::byUser().
|
|
Run PHPStan:
src/Models/Cart.php#L42
Call to an undefined method Step2Dev\LazyCart\Services\CartService::getUserId().
|
|
Run PHPStan:
src/Models/Cart.php#L41
Call to an undefined method Step2Dev\LazyCart\Services\CartService::getSessionId().
|
|
Run PHPStan:
src/Helpers/Helpers.php#L7
Property Step2Dev\LazyCart\Helpers\Helpers::$moneyFormat is unused.
|
Loading