Skip to content

Commit 10afab3

Browse files
author
Babichev Maxim
committed
add @codeCoverageIgnore
1 parent 1c59b95 commit 10afab3

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
use ArrayAccess;
66
use function array_key_exists;
77

8+
/**
9+
* Class ProxyService
10+
* @package Bavix\Wallet\Services
11+
* @codeCoverageIgnore
12+
*/
813
class ProxyService implements ArrayAccess
914
{
1015

0 commit comments

Comments
 (0)