Skip to content

Commit c5fad80

Browse files
author
Babichev Maxim
committed
Merge remote-tracking branch 'remotes/origin/master' into storable
# Conflicts: # src/Services/ProxyService.php
2 parents 151183b + 10afab3 commit c5fad80

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Objects/Cart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class Cart implements Countable
2626
/**
2727
* @return static
2828
* @deprecated use app(Cart::class)
29+
* @codeCoverageIgnore
2930
*/
3031
public static function make(): self
3132
{

src/Services/LockService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ protected function bindTo($self, \Closure $closure): \Closure
5454

5555
/**
5656
* @return Store|null
57+
* @codeCoverageIgnore
5758
*/
5859
protected function cache(): ?Store
5960
{

src/Services/ProxyService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/**
1010
* Class ProxyService
1111
* @package Bavix\Wallet\Services
12+
* @codeCoverageIgnore
1213
* @deprecated
1314
*/
1415
class ProxyService implements ArrayAccess

0 commit comments

Comments
 (0)