Skip to content

Bump ramsey/composer-install from 3 to 4 #13

Bump ramsey/composer-install from 3 to 4

Bump ramsey/composer-install from 3 to 4 #13

Status Failure
Total duration 37s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Services/CartService.php#L100
Call to an undefined method Illuminate\Database\Eloquent\Builder<Step2Dev\LazyCart\Models\Cart>::items().
phpstan: src/Services/CartService.php#L92
Call to an undefined method Illuminate\Database\Eloquent\Builder<Step2Dev\LazyCart\Models\Cart>::items().
phpstan: src/Services/CartService.php#L79
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
phpstan: src/Models/Cart.php#L61
Call to an undefined method Step2Dev\LazyCart\Models\CartItem::total().
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>.
phpstan: src/Models/Cart.php#L50
Call to an undefined method Illuminate\Database\Eloquent\Builder::bySession().
phpstan: src/Models/Cart.php#L46
Call to an undefined method Illuminate\Database\Eloquent\Builder::byUser().
phpstan: src/Models/Cart.php#L42
Call to an undefined method Step2Dev\LazyCart\Services\CartService::getUserId().
phpstan: src/Models/Cart.php#L41
Call to an undefined method Step2Dev\LazyCart\Services\CartService::getSessionId().
phpstan: src/Helpers/Helpers.php#L7
Property Step2Dev\LazyCart\Helpers\Helpers::$moneyFormat is unused.